Data API

Programmatischer Zugang zu allen Swiss Retail Report Store-Daten. Integriere 300+ Store-Openings direkt in deine Applikation.

9 Städte
Städte
300+
Store-Openings
DE + EN
Sprachen

API-Keys

Melde dich an, um API-Keys zu verwalten.

Endpunkte

GET
publicApi.apiGetCities
Alle Städte
GET
publicApi.apiGetStores
Stores (gefiltert)
GET
publicApi.apiSearch
Volltextsuche

https://www.retail-report.com/api/trpc/[endpoint]?input=JSON

Code-Beispiele

javascript
// Alle Städte mit Store-Anzahl
const response = await fetch(
  'https://www.retail-report.com/api/trpc/publicApi.apiGetCities?input=' +
  encodeURIComponent(JSON.stringify({ apiKey: "srr_IHR_API_KEY_HIER", lang: "de" }))
);
const { result } = await response.json();
console.log(result.data.data); // Array von Städten

Beispiel-Antwort

{
  "result": {
    "data": {
      "success": true,
      "meta": { "total": 106, "limit": 50, "offset": 0, "lang": "de" },
      "data": [
        {
          "id": "opening-zurich-1",
          "name": "Zimmermann",
          "location": "Bahnhofstrasse 3",
          "category": "Mode",
          "year": 2025,
          "size": 200,
          "cityId": "zurich",
          "cityName": "Zürich"
        }
      ],
      "timestamp": "2026-03-07T10:00:00.000Z"
    }
  }
}

Rate Limits & Parameter

Rate Limits

Data API Plan10'000/Monat
Max. pro Request500 Stores
Paginationlimit + offset

Filter-Parameter

apiKeystring (required)
lang"de" | "en"
cityz.B. "zurich"
yearz.B. 2025
categoryz.B. "Mode"
limit1–500 (default 100)
offsetPagination offset