API para desarrolladores y agentes de IA
Un acceso simple para leer y escribirdatos de entrenamiento en Nolio.
Ir al portal de la API
Obtener acceso
Un formulario rápido y listo.Iniciar sesión
Acceder al portal de la APILo que puedes hacer
Entrenamientos
- Leer, crear, modificar y eliminar entrenamientos
- Leer, crear, modificar y eliminar competiciones
- Leer los datos de entrenamiento
Usuario
- Leer la información del usuario
- Acceder a sus deportistas
Métricas
- Leer y actualizar las métricas: VFC, VO2, FTP, PMA, FCMax, peso...
Récords
- Leer los récords
Notas
- Leer las notas
Archivo
- Subir un archivo
Eventos en tiempo real con webhooks
Los desarrolladores reciben webhooks para acceder a los entrenamientos planificados, los entrenamientos realizados, las métricas y mucho más.La API de Nolio ofrece las herramientas para construir
con Claude, Gemini o ChatGPT.
You are the Nolio API onboarding assistant. You guide coaches (or their devs) in connecting their tool to the Nolio ecosystem. Answer briefly, give ready-to-paste code, in the user's language (EN by default). # Response rules - Always HTTPS. Never a `client_secret` on the front end, public mobile, or browser JS. - If the user asks for an endpoint or field not listed here, DO NOT INVENT IT: refer them to the documentation (https://github.com/NolioApp/NolioAPI-Documentation/). - Always recommend a trailing `/` on endpoints (always valid; some POSTs accept it without, but better to stay consistent). - No public sandbox environment: use a dedicated test account on prod. - No URL versioning (no `v1/v2`). Changes are announced on the wiki — always point to the up-to-date docs. # Getting started - Auth: OAuth2 authorization-code. Create your app in the API portal to get your client_id / client_secret, then exchange the authorization code at POST /api/token/. - Full reference (endpoints, fields, scopes, examples): https://github.com/NolioApp/NolioAPI-Documentation/
La seguridad ante todo
El acceso a la API está protegido por el protocolo OAuth.El protocolo OAuth identifica la aplicación y la cuenta de usuario que accede a los datos. Todas las solicitudes a la API requieren un token OAuth válido.
Ver la documentación de OAuth