Lucky Cart website screenshot

Lucky Cart

Lucky Cart is a French MarTech company specializing in retail media and smart commerce for grocery and consumer-goods retailers. It combines first-party transactional data with e-retail media, machine learning, and AI to power personalized shopper engagement, gamified promotions, and the monetization of retailer audiences at scale. Lucky Cart works with major French grocery retailers and CPG brands to activate transactional data into targeted advertising, loyalty, and measurable campaigns. Its integration surface is a set of HTTP APIs consumed through three first-party SDKs published on GitHub — a shopper-event ingest, a promotional banner displayer, a cart-to-ticket endpoint that mints the post-purchase game, and a hosted game experience. Lucky Cart publishes no OpenAPI, no developer portal and no self-service signup: API keys are issued manually by its integration team to contracted retailers, and its Help Centre is access-restricted.

Lucky Cart publishes 6 APIs on the APIs.io network. Tagged areas include Company, Retail Media, MarTech, E-Commerce, and Advertising.

Lucky Cart’s developer surface includes support, engineering blog, documentation, authentication, and 16 more developer resources.

24.2/100 emerging ▬ flat Agent 5/100 human only Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
6 APIs
CompanyRetail MediaMarTechE-CommerceAdvertisingPersonalizationLoyaltyCPGGroceryPromotionsGamificationShopper MarketingFirst-Party DataFrance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/lucky-cart: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Lucky Cart Core API

The core Lucky Cart API. POST /cart/ticket submits a validated shopping cart — cart identifier, shopper identifier, gross and net amounts, and product lines — and Lucky Cart det...

Lucky Cart Shopper Events API

Event ingest for shopper behaviour on a retailer storefront. A single POST /event endpoint accepts {shopperId, siteKey, eventName, payload}, where eventName is a Lucky Cart even...

Lucky Cart Shopper Experience API

Returns the set of Lucky Cart experiences currently available to a given shopper. GET /experiences takes shopperId, siteKey and an experienceType filter as query parameters and ...

Lucky Cart Game Experience API

Grants access to the gamified post-purchase experiences a shopper has earned. GET /game-experiences-access takes shopperId, siteKey and a count parameter capping how many experi...

Lucky Cart Displayer API

Selects and returns the promotional banner to render for a given page context. The route encodes the whole selection key in the path — /{siteKey}/{shopper}/banner/{platform}/ {p...

Lucky Cart Promo Matching API

The promo-matching and creative-delivery host used by the JavaScript SDK. It serves the same banner selection routes as the displayer — /{siteKey}/{shopper}/banner|banners/{subs...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Lucky Cart Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Lucky Cart Authentication

apiKey/custom-hmac-signature · 3 schemes

SECURITY

Lucky Cart Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: lucky-cart
name: Lucky Cart
description: 'Lucky Cart is a French MarTech company specializing in retail media and smart commerce for grocery and consumer-goods
  retailers. It combines first-party transactional data with e-retail media, machine learning, and AI to power personalized
  shopper engagement, gamified promotions, and the monetization of retailer audiences at scale. Lucky Cart works with major
  French grocery retailers and CPG brands to activate transactional data into targeted advertising, loyalty, and measurable
  campaigns. Its integration surface is a set of HTTP APIs consumed through three first-party SDKs published on GitHub — a
  shopper-event ingest, a promotional banner displayer, a cart-to-ticket endpoint that mints the post-purchase game, and a
  hosted game experience. Lucky Cart publishes no OpenAPI, no developer portal and no self-service signup: API keys are issued
  manually by its integration team to contracted retailers, and its Help Centre is access-restricted.'
url: https://raw.githubusercontent.com/api-evangelist/lucky-cart/refs/heads/main/apis.yml
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: none-published
  onboarding: sales
  trial: false
  try_now: false
  public: false
  label: Enterprise sales only
  confidence: high
  source:
  - https://www.luckycart.com/en/contact
  - https://github.com/lucky-cart/luckycart-js-sdk#initialization
  generated: '2026-08-12'
  method: searched
image: https://cdn.prod.website-files.com/68c2baa88e31954e039031a7/68d2e246b13b0428fe573013_lucky-cart-share.avif
x-type: company
x-source: vc-portfolio
x-backed-by:
- partech
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-12'
tags:
- Company
- Retail Media
- MarTech
- E-Commerce
- Advertising
- Personalization
- Loyalty
- CPG
- Grocery
- Promotions
- Gamification
- Shopper Marketing
- First-Party Data
- France
apis:
- aid: lucky-cart:core-api
  name: Lucky Cart Core API
  description: 'The core Lucky Cart API. POST /cart/ticket submits a validated shopping cart — cart identifier, shopper identifier,
    gross and net amounts, and product lines — and Lucky Cart determines whether a game can be generated, returning a ticket
    plus the device-specific intro image and game URL. This is the only signed endpoint: the request body carries auth_ts,
    auth_key, auth_v "2.0" and auth_sign, an HMAC-SHA256 digest of the timestamp keyed by the site secret. Game data is read
    back at /{siteKey}/game/{cartId} or /{siteKey}/game/cust/{shopperId}, optionally suffixed with the device. Cart ingestion
    is asynchronous, so the read returns the literal error "Cart not found" until it completes and clients poll on a bounded
    attempt budget.'
  humanURL: https://github.com/lucky-cart/luckycart-js-sdk#send-the-current-transaction
  baseURL: https://api.luckycart.com
  tags:
  - Transaction
  - Promotions
  - Gamification
  tags_raw:
  - Transactions
  - Promotions
  - Gamification
  properties:
  - type: Authentication
    url: authentication/lucky-cart-authentication.yml
  - type: Conventions
    url: conventions/lucky-cart-conventions.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/luckycart-js-sdk
- aid: lucky-cart:shopper-events-api
  name: Lucky Cart Shopper Events API
  description: Event ingest for shopper behaviour on a retailer storefront. A single POST /event endpoint accepts {shopperId,
    siteKey, eventName, payload}, where eventName is a Lucky Cart event such as pageViewed or cartValidated and the payload
    carries the page context — pageType, pageId, storeType and storeId. Events are what make a shopper eligible for banner
    selection and for a game experience, so the event call precedes every banner or experience read in the documented integration
    workflow. The service is versioned in the URI path at /v1 and accepts an empty response body on success.
  humanURL: https://github.com/lucky-cart/lucky-cart-ios#pageviewed-event
  baseURL: https://shopper-events.luckycart.com/v1
  tags:
  - Event
  - Analytics
  - Shopper Marketing
  tags_raw:
  - Events
  - Analytics
  - Shopper Marketing
  properties:
  - type: Authentication
    url: authentication/lucky-cart-authentication.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/lucky-cart-ios
- aid: lucky-cart:shopper-experience-api
  name: Lucky Cart Shopper Experience API
  description: Returns the set of Lucky Cart experiences currently available to a given shopper. GET /experiences takes shopperId,
    siteKey and an experienceType filter as query parameters and answers with the experiences that shopper is eligible for.
    Used by the web SDK to decide what to surface to a returning shopper independently of a specific cart. Versioned in the
    URI path at /v1. No pagination is offered on the collection.
  humanURL: https://github.com/lucky-cart/luckycart-js-sdk
  baseURL: https://shopper-experience.luckycart.com/v1
  tags:
  - Experience
  - Personalization
  tags_raw:
  - Experiences
  - Personalization
  properties:
  - type: Authentication
    url: authentication/lucky-cart-authentication.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/luckycart-js-sdk
- aid: lucky-cart:game-experience-api
  name: Lucky Cart Game Experience API
  description: Grants access to the gamified post-purchase experiences a shopper has earned. GET /game-experiences-access
    takes shopperId, siteKey and a count parameter capping how many experiences to return, and answers with the game experiences
    and the template each should be rendered with. The mobile SDKs call this after a cartValidated event to decide which game
    to present. Versioned in the URI path at /v1. The count parameter is the only collection-bounding mechanism — there is
    no cursor or offset.
  humanURL: https://github.com/lucky-cart/lucky-cart-ios#configuration
  baseURL: https://game-experience-api.luckycart.com/v1
  tags:
  - Gamification
  - Loyalty
  - Experience
  tags_raw:
  - Gamification
  - Loyalty
  - Experiences
  properties:
  - type: Authentication
    url: authentication/lucky-cart-authentication.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/lucky-cart-ios
- aid: lucky-cart:displayer-api
  name: Lucky Cart Displayer API
  description: Selects and returns the promotional banner to render for a given page context. The route encodes the whole
    selection key in the path — /{siteKey}/{shopper}/banner/{platform}/ {pageType}/{format} for a single promotion, or /banners/
    for every matching promotion — with pageId, store and store_type as optional query parameters for finer targeting such
    as store-local promotions. Platform distinguishes desktop, mobile and webmobile inventory. The response carries the image
    URL, the click-through URL, the campaign identifier and the campaign name. This host is unversioned.
  humanURL: https://github.com/lucky-cart/lucky-cart-ios#request-the-banner-data
  baseURL: https://displayer.luckycart.com
  tags:
  - Retail Media
  - Advertising
  - Banners
  properties:
  - type: Authentication
    url: authentication/lucky-cart-authentication.yml
  - type: Components
    url: components/lucky-cart-components.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/lucky-cart-ios
- aid: lucky-cart:promo-matching-api
  name: Lucky Cart Promo Matching API
  description: The promo-matching and creative-delivery host used by the JavaScript SDK. It serves the same banner selection
    routes as the displayer — /{siteKey}/{shopper}/banner|banners/{subset}/ {pageType}/{format} where subset is desktop, mobile
    or webmobile — and additionally serves the creative itself and the click-through redirect at /{campaignId}/{customer}/image
    and /{campaignId}/{customer}/jump. Those two per-campaign, per-customer URLs are how impression and click attribution
    are bound to an individual shopper. Unversioned; answers 204 at its root.
  humanURL: https://github.com/lucky-cart/luckycart-js-sdk#display-banners
  baseURL: https://promomatching.luckycart.com
  tags:
  - Retail Media
  - Advertising
  - Attribution
  properties:
  - type: Components
    url: components/lucky-cart-components.yml
  - type: SourceCode
    url: https://github.com/lucky-cart/luckycart-js-sdk
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/lucky-cart-domain-security.yml
- type: Website
  url: https://www.luckycart.com/
- type: Support
  url: https://www.luckycart.com/contact
- type: Blog
  url: https://www.luckycart.com/actualites
- type: PrivacyPolicy
  url: https://www.luckycart.com/politique-de-confidentialite
- type: TermsOfService
  url: https://www.luckycart.com/mentions-legales
- type: GitHubOrganization
  url: https://github.com/lucky-cart
- type: Documentation
  url: https://github.com/lucky-cart/luckycart-js-sdk#readme
- type: Login
  url: https://app.luckycart.com/
- type: Packages
  url: packages/lucky-cart-packages.yml
- type: SDKs
  url: packages/lucky-cart-packages.yml
- type: Authentication
  url: authentication/lucky-cart-authentication.yml
- type: Conventions
  url: conventions/lucky-cart-conventions.yml
- type: Components
  url: components/lucky-cart-components.yml
- type: Conformance
  url: conformance/lucky-cart-conformance.yml
- type: Compliance
  url: https://www.luckycart.com/en/certifications
- type: Lifecycle
  url: lifecycle/lucky-cart-lifecycle.yml
- type: Plans
  url: plans/lucky-cart-plans-pricing.yml
- type: RateLimits
  url: rate-limits/lucky-cart-rate-limits.yml
- type: LLMsTxt
  url: llms/lucky-cart-llms.txt
x-enrichment:
  date: '2026-08-12'
  status: enriched
  artifacts_added: 10
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/lucky-cart"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/lucky-cart/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/lucky-cart/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.