πŸ—οΈAPI Reference

Information about the Digitomize API

Overview

The Digitomize API allows you to:

  • get details about programming contests

  • create user profiles

  • read user profiles and user data

  • update user profiles

Base URL

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.

Endpoints

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.

Contests

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:

πŸ₯‡Contests

Users

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:

πŸ‘₯Users

Thank you for choosing the Digitomize API. Feel free to use the API in your projects.

Last updated