GET
/
statistics
/
se
/
ica
/
stores
/
{ica_storeId}
curl --request GET \
  --url https://api.tic.io/statistics/se/ica/stores/{ica_storeId} \
  --header 'x-api-key: <api-key>'
{
  "storeName": "<string>",
  "slug": "<string>",
  "ogDescription": "<string>",
  "ogTitle": "<string>",
  "ogImage": "<string>",
  "otherStoreNames": {},
  "address": "<string>",
  "storeFormat": "<string>",
  "latitude": 123,
  "longitude": 123,
  "rating": 123,
  "notes": [
    {
      "period": 123,
      "date": "2023-11-07T05:31:56Z",
      "notes": "<string>"
    }
  ],
  "periods": [
    {
      "period": 123,
      "shortDescription": "<string>",
      "periodLength": "<string>",
      "highlight": true,
      "highlightLabel": "<string>"
    }
  ],
  "revenue": [
    123
  ],
  "grossMargins": [
    123
  ],
  "operatingMargin": [
    123
  ],
  "profitMargin": [
    123
  ],
  "numberOfEmployees": [
    123
  ],
  "dividends": [
    123
  ],
  "extraDividends": [
    123
  ],
  "netProfitOrLoss": [
    123
  ],
  "balancedResultAfterDividend": [
    123
  ],
  "costs": [
    {
      "label": "<string>",
      "amount": [
        123
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

ica_storeId
integer
required

The ICA store id

Response

200
application/json
OK
storeName
string | null
slug
string | null
ogDescription
string | null
ogTitle
string | null
ogImage
string | null
otherStoreNames
object | null
address
string | null
storeFormat
string | null
latitude
number | null
longitude
number | null
rating
number | null
notes
object[] | null
periods
object[] | null
revenue
integer[] | null
grossMargins
number[] | null
operatingMargin
number[] | null
profitMargin
number[] | null
numberOfEmployees
integer[] | null
dividends
integer[] | null
extraDividends
integer[] | null
netProfitOrLoss
integer[] | null
balancedResultAfterDividend
integer[] | null
costs
object[] | null