Skip to content

Price list export

GET
/pricelist/{country}

Download a price list for SMS services. Returns prices for Direct and Text2Speech routes in JSON, XLSX or CSV format. Specify a 2-letter ISO country code (e.g., DE, CH) or ‘all’ for all countries. Response includes currency and country-specific requirements.

country
required
string
/^[A-Za-z]{2}$|^all$/

Two-letter ISO country code or ‘all’ for all countries

format
string
default: json
Allowed values: json xlsx csv

Output format

currency
string
default: EUR
Allowed values: EUR CHF

Currency for prices

lang
string
default: en
Allowed values: en de es pt pl

Language for country names

Price list file

string format: binary

Invalid input

Code Samples

#!/usr/bin/env bash
curl -s 'https://api.lox24.eu/pricelist/de?currency=chf&lang=de'