Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 740 Bytes

File metadata and controls

19 lines (14 loc) · 740 Bytes

Competitive_Programming_Score_API

A REST API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit

Base URL

https://competitive-coding-api.herokuapp.com/api/

Request Format

https://competitive-coding-api.herokuapp.com/api/{platform_name}/{user_name}

Example

https://competitive-coding-api.herokuapp.com/api/codechef/abhijeet_ar

Platforms Available

  • Codeforces
  • Codechef
  • SPOJ
  • Interviewbit

If you would like to leave a feedback or request a feature, please open an issue or feel free to PR. Do follow these instructions to make a valid PR.