Vai al contenuto
GET /v1/group

The photo pool of a Flickr group

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/flickr-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/flickr-api/v1/group" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/flickr-api/v1/group", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/flickr-api/v1/group");
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/flickr-api/v1/group",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "count": 20,
        "photos": [
            {
                "link": "https://www.flickr.com/photos/errebe81/55312090820/in/pool-16978849@N00",
                "tags": [
                    "landscape",
                    "landscapephotography",
                    "clouds",
                    "cloudscape",
                    "blackandwhite",
                    "monochrome",
                    "bwphotography",
                    "nature",
                    "naturephotography"
                ],
                "title": "Torre",
                "author": "errebe24",
                "images": {
                    "large": "https://live.staticflickr.com/65535/55312090820_6ea04592b1_b.jpg",
                    "small": "https://live.staticflickr.com/65535/55312090820_6ea04592b1_n.jpg",
                    "medium": "https://live.staticflickr.com/65535/55312090820_6ea04592b1_z.jpg",
                    "square": "https://live.staticflickr.com/65535/55312090820_6ea04592b1_q.jpg",
                    "thumbnail": "https://live.staticflickr.com/65535/55312090820_6ea04592b1_m.jpg"
                },
                "photo_id": "55312090820",
                "tags_raw": "landscape landscapephotography clouds cloudscape blackandwhite monochrome bwphotography nature naturephotography",
                "author_id": "191408057@N05",
                "published": "2026-06-03T12:23:24Z",
                "date_taken": "2026-04-19T17:47:23-08:00"
            },
            {
                "link": "https://www.flickr.com/photos/qdata/55323425191/in/pool-16978849@N00",
                "tags": [],
                "title": "Stuck in the middle…",
                "author": "Q.32",
                "images": {
                    "large": "https://live.staticflickr.com/65535/55323425191_6d478ee91f_b.jpg",
                    "small": "https://live.staticflickr.com/65535/55323425191_6d478ee91f_n.jpg",
                    "medium": "https://live.staticflickr.com/65535/55323425191_6d478ee91f_z.jpg",
                    "square": "https://live.staticflickr.com/65535/55323425191_6d478ee91f_q.jpg",
                    "thumbnail": "https://live.staticflickr.com/65535/55323425191_6d478ee91f_m.jpg"
                },
                "photo_id": "55323425191",
                "tags_raw": null,
                "author_id": "8157449@N08",
                "published": "2026-06-09T00:51:48Z",
                "date_taken": "2026-05-30T12:50:20-08:00"
            },
            {
                "link": "https://www.flickr.com/photos/31673483@N00/55315781746/in/pool-16978849@N00",
                "tags": [
                    "z5",
                    "monochromatic",
                    "guggenheimmuseum",
                    "street",
                    "bnw",
                    "bw",
                    "contrasty",
                    "montone",
                    "blackwhite",
                    "stairs",
                    "steps",
       
…