Search galleries based on query and other search parameters.
Request 5 premium-galleries with 4 images about Marmolada. For each result, only return title and url.
http://api.kalooga.com/v1/search/galleries?
query
=
Marmolada
&
safe-search
=
premium
&
filter
=
Search%3Aresults%3A%28title%2C+url%29
&
api_key
=
[YOUR_KEY]
parameter
type
default
description
constraints
category
String
all
The category to search in, accepted values: all, unkown, travel, soccer, celebrities, cars, animals, movies, olympics
Match pattern: (all|unkown|travel|soccer|celebrities|cars|animals|movies|olympics)
query
String
The query for which to search
May not be null
Size(length) must be between 3 and 50
safe_search
String
default
The setting for the safe-search-filter
Match pattern: (default|none|premium)
pageSize
int
5
The number of galleries per page
number
int
0
The page number (0 based)
Minimal value: 0
Maximal value: 200
numThumbs
int
4
The minimal number of thumbnails per gallery to return
Maximal value: 20
Minimal value: 1
api_key
String
The api key with which to execute the request.
Size(length) must be between 4 and 40
callback
String
If format=json then value is used as callback_method for jsonp.
Match pattern: ([a-zA-Z_$][0-9a-zA-Z_$]*)?
format
String
xml
The desired output format.
Match pattern: (json|xml)
filter
String
The output filter, use empty filter for no filtering.
Should match filter syntax or be empty/null
category
String
The used category, may be autodetermined
results
List{Gallery}
List of results for this page
title
String
The title of the gallery-page
domain
String
The domain of the gallery page
urlHash
String
The hash that defines the gallery
thumbnails
Thumbnail[]
List of selected thumbnails (ordered by relevancy)
src
String
The url of the thumbnail.
url
String
The url of the gallery page
totalResults
Integer
Total number of matching-galleries
pagenumber
Integer
The actual page number, 0 based
query
String
The Query which was used in the search
totalPages
Integer
Total number of result pages