Generate an API key if you want to interact with wger via the REST API it provides (for public resources such as the exercises or ingredients, you don't need to provide anything). You must pass this information in the header in the format shown below.
For security reasons, you should only access the API via HTTPS.
Your API key
8db0d7016a63e5906de0e265232c2a3b98e8858b
In the request header
Authorization: Token 8db0d7016a63e5906de0e265232c2a3b98e8858b
Example with curl
curl -X GET https://wger.de/api/v2/workout/ \ -H 'Authorization: Token 8db0d7016a63e5906de0e265232c2a3b98e8858b'