/v1/images
The community AI-art gallery (SFW)
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/civitai-api/v1/images" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/civitai-api/v1/images", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/civitai-api/v1/images");
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/civitai-api/v1/images",
headers={"x-oanor-key": "oanor_test_..."}
)
Example response
A real response from this endpoint, captured by the latest health check.
{
"data": {
"sort": "reactions",
"count": 20,
"images": [
{
"id": 12097475,
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/936f0e8d-c76f-4aa7-8b5c-37349f9b7da7/original=true/936f0e8d-c76f-4aa7-8b5c-37349f9b7da7.jpeg",
"likes": 15363,
"width": 1520,
"hearts": 6657,
"height": 1952,
"prompt": null,
"comments": 24,
"post_url": "https://civitai.com/posts/2669960",
"username": "Stellaaa",
"base_model": "Pony",
"created_at": "2024-05-10T21:33:39.009Z",
"reactions_total": 24950
},
{
"id": 64399178,
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db5208dd-da08-40c7-8ed4-bd67508740ac/original=true/db5208dd-da08-40c7-8ed4-bd67508740ac.jpeg",
"likes": 15058,
"width": 832,
"hearts": 5362,
"height": 1216,
"prompt": null,
"comments": 27,
"post_url": "https://civitai.com/posts/14356296",
"username": "L10n_H34r7",
"base_model": "Flux.1 D",
"created_at": "2025-04-11T19:56:34.648Z",
"reactions_total": 23612
},
{
"id": 17391786,
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ccc99b-e514-47a9-a361-924d4d13b100/original=true/29ccc99b-e514-47a9-a361-924d4d13b100.jpeg",
"likes": 13025,
"width": 832,
"hearts": 6214,
"height": 1216,
"prompt": null,
"comments": 29,
"post_url": "https://civitai.com/posts/3896135",
"username": "fortylove",
"base_model": "Pony",
"created_at": "2024-06-27T06:34:41.918Z",
"reactions_total": 21685
},
{
"id": 11871535,
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd00de1d-ec6a-4848-bc8c-01d7a8437a5d/original=true/dd00de1d-ec6a-4848-bc8c-01d7a8437a5d.jpeg",
"likes": 13788,
"width": 832,
"hearts": 4956,
"height": 1216,
"prompt": null,
"comments": 13,
"post_url": "https://civitai.com/posts/2617340",
"username": "saper7474377",
"base_model": "SDXL 1.0",
"created_at": "2024-05-08T11:26:03.864Z",
"reactions_total": 21271
},
{
"id": 61893679,
"url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012041fd-c1cb-4c08-b0dd-b4ae9148e9bc/original=true/012041fd-c1cb-4c08-b0dd-b4ae9148e9bc.jpeg",
"likes": 13227,
…