Skip to content

Latest commit

 

History

History

api-reference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
description
Information about the Digitomize API

🗝 API Reference

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:

{% embed url="https://www.v2api.digitomize.com" %}

{% embed url="https://www.api.digitomize.com" %}

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.

URLDescription
https://www.v2api.digitomize.com/contestsThe contests endpoint
https://www.v2api.digitomize.com/userThe 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:

{% content-ref url="contests.md" %} contests.md {% endcontent-ref %}

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:

{% content-ref url="users.md" %} users.md {% endcontent-ref %}

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