/v1/pin/related
Related pins
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/pinterest-api/v1/pin/related" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/pinterest-api/v1/pin/related", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/pinterest-api/v1/pin/related");
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/pinterest-api/v1/pin/related",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"pins": [
{
"id": "1114500239061368480",
"url": "https://www.pinterest.com/pin/1114500239061368480/",
"board": {
"id": "1114500307726955833",
"url": "/meeptina/_quick_creates/",
"name": "Pins by you"
},
"image": "https://i.pinimg.com/originals/56/70/46/567046e6892b6d8eb16f1db247b40fca.jpg",
"title": "Christina Koch",
"domain": "Uploaded by user",
"pinner": {
"id": "1114500376444730708",
"username": "meeptina",
"full_name": "jos"
},
"is_video": false,
"created_at": "Sat, 16 May 2026 23:49:41 +0000",
"description": "Her side profile omggggg",
"repin_count": 35,
"comment_count": 0,
"dominant_color": "#725546"
},
{
"id": "565061084523320026",
"url": "https://www.pinterest.com/pin/565061084523320026/",
"board": {
"id": "565061153186062773",
"url": "/amartinerro/ideas/",
"name": "ideas"
},
"image": "https://i.pinimg.com/originals/6c/95/c9/6c95c9f921de77eaf7c687b659048b56.jpg",
"title": "",
"domain": "Uploaded by user",
"pinner": {
"id": "565061221905110533",
"username": "amartinerro",
"full_name": "Alfonso Martín Erro"
},
"is_video": false,
"created_at": "Sun, 24 May 2026 22:16:58 +0000",
"description": " ",
"repin_count": 0,
"comment_count": 0,
"dominant_color": "#a0a7ad"
},
{
"id": "1110629958136357287",
"url": "https://www.pinterest.com/pin/1110629958136357287/",
"board": {
"id": "1110630026797220840",
"url": "/fawnindistress/space-girl/",
"name": "space girl 🪐"
},
"image": "https://i.pinimg.com/originals/31/ef/ba/31efbaab0b414a7367cc2e3dff9dba79.heic",
"title": "",
"domain": "Uploaded by user",
"pinner": {
"id": "1110630095514739231",
"username": "fawnindistress",
"full_name": "𓉸ྀི"
},
"is_video": false,
"created_at": "Mon, 18 May 2026 23:39:25 +0000",
"description": "christina koch, astronaut, artemiss 2, icons, pfp, coquette",
"repin_count": 25,
"comment_count": 0,
"dominant_color": "#665953"
…