Casey's StoreDetailsApi

Store detail reads across the Casey's estate — stores, brands, regions, hours and the all-stores organization hierarchy — as a twenty-three operation successor surface to the legacy store API.

Operations 23

GET /v1/brands /v1/brands - GET #
GET / / - GET #
GET /v1/organizational/districts /v1/organizational/districts - GET #
GET /v1/organizational/districts/{id} /v1/organizational/districts/{id} - GET #
GET /v1/organizational/divisions /v1/organizational/divisions - GET #
GET /v1/organizational/divisions/{id} /v1/organizational/divisions/{id} - GET #
GET /v0/locations/states /v0/locations/states - GET #
GET /v0/locations/dmas /v0/locations/dmas - GET #
GET /v0/organizational/districts /v0/organizational/districts - GET #
GET /v0/organizational/regions /v0/organizational/regions - GET #
GET /v0/organizational/divisions /v0/organizational/divisions - GET #
GET /v1/organizational/regions /v1/organizational/regions - GET #
GET /v1/organizational/regions/{regionId} /v1/organizational/regions/{regionId} - GET #
GET /v1/stores/{storeNumber} /v1/stores/{storeNumber} - GET #
GET /v0/store/amenities /v0/store/amenities - GET #
GET /v1/stores/organizational /v1/stores/organizational - GET #
GET /v1/stores/{storeNumber}/organizational /v1/stores/{storeNumber}/organizational - GET #
GET /v0/version /v0/version - GET #
GET /health Health Check #
GET /v1/stores /v1/stores - GET #
GET /v1/stores/hours /v1/stores/hours - GET #
GET /v1/stores/{storeNumber}/hours /v1/stores/{storeNumber}/hours - GET #
GET /swagger/v1/swagger.json Get OpenApi Specification #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/caseys-storedetailsapi"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

OpenAPI Specification

caseys-general-stores-store-details-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: StoreDetailsApi
  description: The Store API is responsible for representing key points of information around stores.
  version: '1.0'
servers:
- url: https://esl.caseys.io/storedetailsapi
paths:
  /v1/brands:
    get:
      tags:
      - brands
      summary: /v1/brands - GET
      operationId: get-v1-brands
      responses:
        '200':
          description: OK
  /:
    get:
      tags:
      - Caseys.StoreApi
      summary: / - GET
      operationId: get
      responses:
        '200':
          description: OK
  /v1/organizational/districts:
    get:
      tags:
      - Districts
      summary: /v1/organizational/districts - GET
      operationId: get-v1-organizational-districts
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
          default: 0
      - name: limit
        in: query
        schema:
          type: integer
          default: 1000
      responses:
        '200':
          description: OK
  /v1/organizational/districts/{id}:
    get:
      tags:
      - Districts
      summary: /v1/organizational/districts/{id} - GET
      operationId: get-v1-organizational-districts-id
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v1/organizational/divisions:
    get:
      tags:
      - Divisions
      summary: /v1/organizational/divisions - GET
      operationId: get-v1-organizational-divisions
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
          default: 0
      - name: limit
        in: query
        schema:
          type: integer
          default: 1000
      responses:
        '200':
          description: OK
  /v1/organizational/divisions/{id}:
    get:
      tags:
      - Divisions
      summary: /v1/organizational/divisions/{id} - GET
      operationId: get-v1-organizational-divisions-id
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v0/locations/states:
    get:
      tags:
      - Location
      summary: /v0/locations/states - GET
      operationId: get-v0-locations-states
      responses:
        '200':
          description: OK
  /v0/locations/dmas:
    get:
      tags:
      - Location
      summary: /v0/locations/dmas - GET
      operationId: get-v0-locations-dmas
      responses:
        '200':
          description: OK
  /v0/organizational/districts:
    get:
      tags:
      - Organizational
      summary: /v0/organizational/districts - GET
      operationId: get-v0-organizational-districts
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
      - name: limit
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v0/organizational/regions:
    get:
      tags:
      - Organizational
      summary: /v0/organizational/regions - GET
      operationId: get-v0-organizational-regions
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
      - name: limit
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v0/organizational/divisions:
    get:
      tags:
      - Organizational
      summary: /v0/organizational/divisions - GET
      operationId: get-v0-organizational-divisions
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
      - name: limit
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v1/organizational/regions:
    get:
      tags:
      - Regions
      summary: /v1/organizational/regions - GET
      operationId: get-v1-organizational-regions
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
          default: 0
      - name: limit
        in: query
        schema:
          type: integer
          default: 1000
      responses:
        '200':
          description: OK
  /v1/organizational/regions/{regionId}:
    get:
      tags:
      - Regions
      summary: /v1/organizational/regions/{regionId} - GET
      operationId: get-v1-organizational-regions-regionid
      parameters:
      - name: regionId
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v1/stores/{storeNumber}:
    get:
      tags:
      - V1StoreById
      summary: /v1/stores/{storeNumber} - GET
      operationId: get-v1-stores-storenumber
      parameters:
      - name: storeNumber
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v0/store/amenities:
    get:
      tags:
      - StoreAmenities
      summary: /v0/store/amenities - GET
      operationId: get-v0-store-amenities
      parameters:
      - name: storeNumbers
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
  /v1/stores/organizational:
    get:
      tags:
      - StoreOrganizational
      summary: /v1/stores/organizational - GET
      operationId: get-v1-stores-organizational
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
          default: 0
      - name: limit
        in: query
        schema:
          type: integer
          default: 1000
      responses:
        '200':
          description: OK
  /v1/stores/{storeNumber}/organizational:
    get:
      tags:
      - StoreOrganizational
      summary: /v1/stores/{storeNumber}/organizational - GET
      operationId: get-v1-stores-storenumber-organizational
      parameters:
      - name: storeNumber
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v0/version:
    get:
      tags:
      - Version
      summary: /v0/version - GET
      operationId: get-v0-version
      responses:
        '200':
          description: OK
  /health:
    get:
      tags:
      - Health
      summary: Health Check
      description: Returns the health status of the application
      operationId: get-health
      responses:
        '200':
          description: Healthy
        '503':
          description: Unhealthy
  /v1/stores:
    get:
      tags:
      - V1Stores
      summary: /v1/stores - GET
      operationId: get-v1-stores
      parameters:
      - name: Offset
        in: query
        schema:
          type: integer
      - name: Limit
        in: query
        schema:
          type: integer
      - name: StoreName
        in: query
        schema:
          type: string
      - name: StoreNumber
        in: query
        schema:
          type: string
      - name: Status
        in: query
        schema:
          type: string
      - name: Brand
        in: query
        schema:
          type: string
      - name: Classification
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
  /v1/stores/hours:
    get:
      tags:
      - V1StoreHours
      summary: /v1/stores/hours - GET
      operationId: get-v1-stores-hours
      parameters:
      - name: offset
        in: query
        schema:
          type: integer
      - name: limit
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /v1/stores/{storeNumber}/hours:
    get:
      tags:
      - V1StoreHoursByStoreNumber
      summary: /v1/stores/{storeNumber}/hours - GET
      operationId: get-v1-stores-storenumber-hours
      parameters:
      - name: storeNumber
        in: path
        required: true
        schema:
          type: integer
      responses:
        '200':
          description: OK
  /swagger/v1/swagger.json:
    get:
      summary: Get OpenApi Specification
      description: Gets the OpenApi specification in . format with the parameters .
      operationId: getOpenApiSpec
      responses:
        '200':
          description: ''
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: Ocp-Apim-Subscription-Key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query
security:
- apiKeyHeader: []
- apiKeyQuery: []