Some examples

Please note: all examples omit the base URL, the authentication parameters, and the format parameter. You must remember to include them in real usage, e.g.:

https://www.astrobin.com/api/v1/.../?...&api_key=...&api_secret=...&format=json

Remember that you can combine most of these queries, so feel free to experiment!


Get a single image by ID:

image/1234/

Search by subject:

image/?subjects=M31# Note: search by subjects is limited to 100 results for performance reasons.

Search by user:

image/?user=siovene

Search by case-insensitive, partial title:

image/?title__icontains=andromeda

Search by case-insensitive, partial description:

image/?description__icontains=wind

Other useful partial tricks:

__startswith=__endswith=__contains=__istartswith=__iendswith=

Search by upload date range:

image/?uploaded__gte=2012-04-10%200:00:00&uploaded__lt=2012-04-11%200:00:00

Comparison operators:

__lt=__lte=__gt=__gte=

Get today's Image Of The Day:

imageoftheday/?limit=1

Get yesterday's Image Of The Day:

imageoftheday/?limit=1&offset=1

Get the Top Picks:

toppick/

Get the Top Pick nominations:

toppicknomination/

Get a user by ID:

userprofile/1234

Get a user by username:

userprofile/?username=siovene

Community libraries

Community apps & widgets