API
MEPO3 SOUND API & dataset
Public REST API — no API key, no registration. Search the catalog and get absolute WAV URLs from any app or agent.
- CORS open (*) — call from browsers or servers
- Localized title/lead/keywords via ?lang=
- WAV files at /sounds/... (same host)
Endpoints
GET /api/v1/health
GET /api/v1/domains
GET /api/v1/sounds?q=&domain=&leaf=&lang=&limit=&offset=
GET /api/v1/sounds/{id}?lang=
GET /api/v1/openapi.json
Try in the browser
curl examples
curl "https://mepo3.com/api/v1/sounds?q=ui%20click&limit=3" curl "https://mepo3.com/api/v1/sounds/ID_HERE?lang=vi"
Open and free for integration. Be a good citizen with rate of requests; commercial bulk use may later move to paid tiers while this public API stays available.