GET
GET
PixabayPixabayAPISearch Images
GET
https://api.lowcodeapi.com/pixabay/api
Query Parameters 16
qstring
langstring
idstring
image_type enum
Select...
orientationstring
categorystring
min_widthnumber
min_heightnumber
colorsstring
editors_choice boolean
TRUE
FALSE
safesearch boolean
TRUE
FALSE
orderstring
pagenumber
per_pagenumber
callbackstring
pretty boolean
TRUE
FALSE
Parameters Description
qstring
URL-encoded search term
langstring
Search language code
idstring
Retrieve images by unique IDs
image_typeenum
Filter results by image type
orientationstring
Image: wide or tall, describe it
categorystring
Filter results by category
min_widthnumber
Minimum image width
min_heightnumber
Minimum image height
colorsstring
Filter images by color properties
editors_choiceboolean
Editor's Choice: Select Award-Winning Images
safesearchboolean
Family-friendly image filter option enabled
orderstring
Order results by relevance or popularity
pagenumber
Select page number for search results
per_pagenumber
Determine results per page
callbackstring
JSONP callback function naming convention
prettyboolean
Indent JSON output: not for production use
Overview
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/pixabay/api' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00