ConsoleCatalog
Sign in
FEI Database logo

FEI Database

data.fei.orgSportsno auth

Official FEI equestrian database - federations, events, horses, persons, and results.

National Federation Listing

ASYNCREADNo auth

Returns a paginated directory of national equestrian federations with IDs, names, countries, and detail links.

ParametersFormJSON

Listing page number (CurrentPage query parameter)

Number of federation rows per page (ItemsPerPage)

Sort column for the federation directory (SortedBy)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_data_fei_org_national_federation_listing_pagination",
    "params": {
      "page": "2",
      "items_per_page": "50",
      "sort_by": "NOC Code"
    }
  }'