/v1/pool
Search curated post collections by name
Try it live
10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.
It works. Grab an API key and use it in your project.
Get an API keyCode snippets
curl "https://api.oanor.com/danbooru-api/v1/pool" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/danbooru-api/v1/pool", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/danbooru-api/v1/pool");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/danbooru-api/v1/pool",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"count": 10,
"pools": [
{
"id": 26125,
"name": "Touhou_-_Character_variant_sets_(dairi)",
"category": "series",
"post_ids": [
2982627,
9486019,
9486020,
9486023,
9486024,
9486026,
9486027,
9486028,
9486029,
9486030,
9486032,
9486033,
9486034,
9486037,
9486038,
9486039,
9486040,
9486042,
9486044,
9486046,
9486049,
9486052,
9486053,
9485613,
9485615,
9485617,
9485620,
9485622,
9485625,
9485630,
9485634,
9485635,
9485636,
9485638,
9485640,
9485645,
9485649,
9485650,
9485651,
9485653,
9485655,
9485656,
9485657,
9485658,
9485659,
9485661,
9485664,
9485665,
9485666,
9485669
],
"post_count": 17086,
"description": "[[Variant set]]s of [[Touhou]] characters, illustrated by [[Dairi]].\r\n\r\nTo easily view all the expressions from a Pixiv post, copy the ID (pixiv.net/artworks/{ID}) and search pixiv:{ID}. Example: {{pixiv:36023759}}\r\n\r\nTo view all of the art for a specific character, search for [code]pool:26125 character_name[/code] Example: {{pool:26125 hakurei_reimu}} "
},
{
"id": 2420,
"name": "Touhou_-_Hang_in_There_Kogasa-san_(Mizuki_Hitoshi)",
"category": "series",
"post_ids": [
1718172,
783343,
785117,
784582,
785217,
785773,
786332,
786954,
787395,
787965,
788538,
789133,
789674,
790308,
790668,
791017,
791591,
792468,
793090,
793617,
794196,
794817,
795621,
…