API Reference
Information about the Digitomize API
Last updated
Information about the Digitomize API
Last updated
The Digitomize API allows you to:
get details about programming contests
create user profiles
read user profiles and user data
update user profiles
The Digitomize API is hosted on the following URLs:
The Digitomize API does not need any authentication. Therefore, you do not require an API key to interact with it.
The Digitomize API has two main endpoints, the contests endpoint and the users endpoint.
To get a deep dive on these endpoints, you can follow their individual guides.
The contests endpoint is used to get details about programming contests. You can filter the programming contests using queries such as the host and vanity.
To explore the contests endpoint, check out this in-depth guide:
The users endpoint is used to:
create a new user
update user details
retrieve a user's dashboard
retrieve a user's profile.
To explore the users endpoint, check out this in-depth-guide:
Thank you for choosing the Digitomize API. Feel free to use the API in your projects.