# WeFitter challenge API

**Canonical:** https://apis.io/apis/wefitter/wefitter-challenge-api/  
**Provider:** WeFitter — https://apis.io/providers/wefitter/  
**Base URL:** https://api.wefitter.com/api/v1.3  
**Documentation:** https://www.wefitter.com/en-us/developers/

WeFitter challenge API is one of 9 APIs that [WeFitter](https://apis.io/providers/wefitter/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Challenge. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

WeFitter API’s challenge engine will bring endless engagement to your platform. For more information about the possibilities in challenges please go to https://www.wefitter.com/en-us/features/gamification/ Challenges have multilanguage support on the fields: `Title`, `Slogan`, and `Description`. By default, challenges get the default-language that is configured in the app. Whenever a challenge is requested through the API this challenge will be presented in the default language. If another language is preferred, this can be requested by adding the header parameter `Accept-Language` stating the language short code (ex. `en` for english). If this language short code is not present in the title of the challenge, the default language will be returned. These translation fields contain JSON strings, for example: ```{"en":"this is the English title","nl":"this is the Dutch title"}``` So to create a multilanguage challenge, please provide the title, slogan, and description field as json strings, be aware that because of serialization this should be formed with backward slashes: <table><tbody> <tr><td> { "title": "{\"en\":\"this is the English title\", \"nl\":\"this is the dutch title\"}", "slogan": "{\"en\":\"this is the English title\", \"nl\":\"this is the dutch slogan\"}", "description": "{\"en\":\"this is the English title\", \"nl\":\"this is the dutch description\"}", } </td></tr> </tbody></table>

## Machine-readable artifacts (3)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/wefitter/refs/heads/main/openapi/wefitter-challenge-api-openapi.yml
- **Swagger** — https://api.wefitter.com/api/v1.3/redoc/?format=openapi
- **APIReference** — https://api.wefitter.com/api/v1.3/redoc/

## Other WeFitter APIs (8)

- [WeFitter app API](https://apis.io/apis/wefitter/wefitter-app-api/)
- [WeFitter connection API](https://apis.io/apis/wefitter/wefitter-connection-api/)
- [WeFitter insights API](https://apis.io/apis/wefitter/wefitter-insights-api/)
- [WeFitter loyalty API](https://apis.io/apis/wefitter/wefitter-loyalty-api/)
- [WeFitter notification API](https://apis.io/apis/wefitter/wefitter-notification-api/)
- [WeFitter profile API](https://apis.io/apis/wefitter/wefitter-profile-api/)
- [WeFitter team API](https://apis.io/apis/wefitter/wefitter-team-api/)
- [WeFitter token API](https://apis.io/apis/wefitter/wefitter-token-api/)

## Tags

Challenge

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/wefitter/wefitter-challenge-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/wefitter/.
