Skip to main content
GET
/
v1
/
snapshots
curl -X GET "https://api.officiscan.com/v1/snapshots?ean=3401351277399&days=30" \
  -H "Authorization: Bearer oc_YOUR_API_KEY"
{
  "product_id": null,
  "ean": "3401351277399",
  "network": null,
  "days": 7,
  "data": [
    {
      "id": 5638,
      "product_id": 29,
      "ean13": "3401351277399",
      "collected_at": "2026-04-29T17:34:54",
      "price": {
        "current": 12.95,
        "original": 14.50,
        "range": null,
        "currency": "EUR"
      },
      "stock": {
        "available": true,
        "label": "En stock"
      },
      "rating": {
        "value": 4.6,
        "count": 28
      },
      "rank": {
        "position": 12,
        "page": 1,
        "page_size": 30
      },
      "promo": {
        "text": "-10%",
        "slug": "promo-printemps",
        "type": "percentage",
        "badge": "Promotion",
        "loyalty": null
      },
      "network": "cocooncenter",
      "source": "cocooncenter.com"
    }
  ],
  "total": 4,
  "page": 1,
  "per_page": 50,
  "pages": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.officiscan.com/llms.txt

Use this file to discover all available pages before exploring further.

Un snapshot est un instantané complet de l’état d’un produit à un moment donné : prix, disponibilité, position, promotions, etc.
page
integer
default:"1"
Numéro de page
per_page
integer
default:"50"
Résultats par page (max: 100)
product_id
integer
Filtrer par ID produit
ean
string
Filtrer par code EAN
network
string
Filtrer par réseau
days
integer
default:"7"
Snapshots des N derniers jours (max: 90)
curl -X GET "https://api.officiscan.com/v1/snapshots?ean=3401351277399&days=30" \
  -H "Authorization: Bearer oc_YOUR_API_KEY"
{
  "product_id": null,
  "ean": "3401351277399",
  "network": null,
  "days": 7,
  "data": [
    {
      "id": 5638,
      "product_id": 29,
      "ean13": "3401351277399",
      "collected_at": "2026-04-29T17:34:54",
      "price": {
        "current": 12.95,
        "original": 14.50,
        "range": null,
        "currency": "EUR"
      },
      "stock": {
        "available": true,
        "label": "En stock"
      },
      "rating": {
        "value": 4.6,
        "count": 28
      },
      "rank": {
        "position": 12,
        "page": 1,
        "page_size": 30
      },
      "promo": {
        "text": "-10%",
        "slug": "promo-printemps",
        "type": "percentage",
        "badge": "Promotion",
        "loyalty": null
      },
      "network": "cocooncenter",
      "source": "cocooncenter.com"
    }
  ],
  "total": 4,
  "page": 1,
  "per_page": 50,
  "pages": 1
}