Try the registry API in your browser.
Every endpoint runs locally against the same dataset that powers the site, so you can see exactly what the production API will return.
GET/v1/devices
List devices
Returns every RTX Spark device in the public registry.
Request payload
Response
// Send a request to see the response.
cURL
curl -H 'Authorization: Bearer $RTXSPARKS_KEY' 'https://api.rtxsparks.com/v1/devices?formFactor=Laptop'