Danbooru Anime
Danbooru provides a REST‑like API for accessing and manipulating its anime artwork database—such as posts, tags, artists, comments, pools, and wiki pages—through JSON or XML responses using standard HTTP GET, POST, PUT, and DELETE methods.
Latency
472ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/posts/random
Get a random post
/posts
List posts
/posts/{id}
Retrieve a post by its ID
/posts/{id}
Update a post (partial update)
/posts/{id}
Update a post (full replace)
/posts/{id}
Delete a post
/autocomplete
Autocomplete tag queries
/related_tag.json
Show related tags for a given tag
/artists
List artists
/artists
Create a new artist
/artists/{id}
Retrieve an artist by its ID
/artists/{id}
Update an existing artist
/artists/{id}
Delete an artist
13 endpoints auto-detected
Authentication
This API uses Basic authentication (a username and password).
curl -X GET \ "https://danbooru.donmai.us/wiki_pages/help:api/posts/random"
danbooru.donmai.us · HTTPS only