Developers
Public artist data, in the open.
Read public artist profiles, releases, events, and merch with Jovie's anonymous, read-only API. Start with the contract, then follow the links returned for each artist.
Quickstart
Fetch one public artist's structured profile with a normal HTTP GET request. Replace {username}with the artist's public Jovie handle.
curl https://jov.ie/api/v1/{username}The response includes the artist identity plus public releases, upcoming events, merch, and related resource links. Unknown or non-public artists return a JSON 404 response.
Machine-readable resources
- OpenAPI 3.1 contract
The machine-readable contract for the public artist API.
- llms.txt
A concise guide to Jovie’s public site and agent surfaces.
- llms-full.txt
The expanded version of the site guide.
- Jovie docs
Product help and getting-started guidance.
Public by design
This page documents Jovie's public artist surface: anonymous GET access to data an artist has made public. It does not add a write API, credentials, or a separate developer account. Keep private or sensitive information out of requests and use the OpenAPI contract as the source of truth.
For a human-oriented overview, visit Support.