!No pierdas detalle!
Recibe notificaciones en tiempo real

Fooballtracker API

The Competize V2 API is a publicly available interface allowing developers access to all of the features and power of Competize to create their own apps.

The API is detached from the public Competize site/apps. This means you cannot access the public data on Competize and the user accessing Competize won't see the data created with this API. The API has been created with one main objective, to offer developers an SDK to easily create proffessional apps to manage their competitions or teams privately. We give you the engine, you choose the body. If you want a custom body but don’t have a team of developers, we can create you one. Just contact our team.

Authentication

Once you have signed up and created your first app, in the
My Apps section you can access your apps profile where you will find all of the required information to authenticate with the Competize API.

Each one of your apps contains a consumer_key and consumer_secret. You need these two values to request a Bearer token that must be included in any request to the API. The authentication URL is indicated in your app details too.

The Bearer token has an expiration time of 60 minutes, so you must develop your apps with this in mind. After 60 minutes you need to request a new token.

Testing the API

The My apps section will list all of your apps. You can have more than one app with different plans. To test one of the apps you need to generate a token and introduce it on the Authentication pop up that will appear after clicking the green Authentication button at the top of the API Reference section.

You can generate a token in the Keys section of your app or make a token request as explained in the previous section.

Ejemplos

Puedes encontrar algunos ejemplos de uso de la API para crear Competiciones, Equipos, etc, en nuestro público repositorio en github.

API Reference

Description of available API methods.