Zum Inhalt springen
GET /v1/users/related

Related users

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/snapchat-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

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

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "count": 3,
        "users": [
            {
                "id": null,
                "bio": null,
                "link": "https://www.snapchat.com/add/jbalvin",
                "badge": 0,
                "title": "Juan Balvin",
                "address": null,
                "category": null,
                "username": "jbalvin",
                "has_story": false,
                "subcategory": null,
                "website_url": null,
                "display_name": "Juan Balvin",
                "subscriber_count": 0,
                "snapcode_image_url": null,
                "business_profile_id": "190b03c1-a4d3-4b2e-92d5-17f5bf93ea7b",
                "profile_picture_url": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvWW1tSUZkY2JlZTNrZVl5bVlQbEpxP2JvPUVnMGFBQm9BTWdFRVNBSlFDR0FCJnVjPTg._RS0,640_FMpng",
                "creation_timestamp_ms": null,
                "has_curated_highlights": false,
                "has_spotlight_highlights": false,
                "last_update_timestamp_ms": null
            },
            {
                "id": null,
                "bio": null,
                "link": "https://www.snapchat.com/add/jlobts",
                "badge": 1,
                "title": "Jennifer Lopez",
                "address": null,
                "category": null,
                "username": "jlobts",
                "has_story": false,
                "subcategory": null,
                "website_url": null,
                "display_name": "Jennifer Lopez",
                "subscriber_count": 0,
                "snapcode_image_url": null,
                "business_profile_id": "4a5153fa-c7cb-468f-91c3-2db98d5b9582",
                "profile_picture_url": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvREpEcTl2VWdIelUzc043V3JPaFdiP2JvPUVna3lBUVJJQWxBWllBRSUzRCZ1Yz0yNQ._RS0,640_FMjpeg",
                "creation_timestamp_ms": null,
                "has_curated_highlights": false,
                "has_spotlight_highlights": false,
                "last_update_timestamp_ms": null
            },
            {
                "id": null,
                "bio": null,
                "link": "https://www.snapchat.com/add/meghantrainor",
                "badge": 0,
                "title": "Nutmeggy17",
                "address": null,
                "category": null,
                "username": "meghantrainor",
                "has_story": false,
                "subcategory": null,
                "website_url": null,
                "display_name": "Nutmeggy17",
                "subscriber_count": 0,
                "snapcode_image_url": null,
                "business_profile_id": "ec524451-bcfe-418f-b042-07eef0a4f584",
                "profile_picture_url": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvWW1tSUZkY2JlZTNrZVl5bVlQbEpxP2JvPUVnMGFBQm9BTWdFRVNBSlFDR0FCJnVjPTg._RS0,640_FMpng",
                "creation_timestamp_ms":
…