All Projects → Abhijeet-AR → Competitive_Programming_Score_API

Abhijeet-AR / Competitive_Programming_Score_API

Licence: MIT License
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Competitive Programming Score API

cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-84.75%)
Mutual labels:  codechef, competitive-programming, codeforces, competitive-programming-contests, competitive-coding
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (-31.36%)
Mutual labels:  codechef, spoj, competitive-programming, codeforces
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (-72.03%)
Mutual labels:  codechef, spoj, competitive-programming, codeforces
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (-82.2%)
Mutual labels:  codechef, spoj, competitive-programming, codeforces
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-83.05%)
Mutual labels:  codechef, spoj, competitive-programming, codeforces
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (-54.24%)
Mutual labels:  codechef, competitive-programming, interviewbit, competitive-coding
codechef-cli
CodeChef Command Line Client.
Stars: ✭ 35 (-70.34%)
Mutual labels:  codechef, competitive-programming, competitive-coding, codechef-api
Competitive Coding
Contains Solution for all type of Problems of Competitive Programming. Updates Frequently as any problem is solved.
Stars: ✭ 16 (-86.44%)
Mutual labels:  codechef, spoj, competitive-programming, codeforces
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (-76.27%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
Competitive-programing
This repository is for encouraging people in competitive programming. And making PR's on a regular basis. Through this repo, Geeks can find solutions for various programming problems and also give your code to increase the repo.
Stars: ✭ 20 (-83.05%)
Mutual labels:  codechef, competitive-programming, codeforces
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-79.66%)
Mutual labels:  competitive-programming, codeforces, codeforces-api
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (-85.59%)
Mutual labels:  codechef, competitive-programming, competitive-programming-contests
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (-79.66%)
Mutual labels:  competitive-programming, codeforces, competitive-coding
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-71.19%)
Mutual labels:  spoj, competitive-programming, codeforces
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-85.59%)
Mutual labels:  codechef, competitive-programming, codeforces
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (-41.53%)
Mutual labels:  competitive-programming, codeforces, competitive-coding
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (-72.88%)
Mutual labels:  codechef, competitive-programming, codeforces
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (-43.22%)
Mutual labels:  spoj, competitive-programming, codeforces
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-80.51%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-88.14%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding

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 URL

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

Example Badges

Shields can create dynamically updated badges from a JSON source such as this API. More configuration options are also available in their section on dynamic badges.

Replace <USERNAME> with your username on that platform.

abhijeet_ar's profile on Codeforces

https://img.shields.io/badge/dynamic/json?&color=1f8acb&logo=codeforces&label=Codeforces&url=https://competitive-coding-api.herokuapp.com/api/codeforces/<USERNAME>&query=%24.<FIELD>&prefix=<TEXT>&style=for-the-badge&cacheSeconds=86400

Suggested use,

  • <FIELD> = rating
  • <TEXT> = Rating%20

radix28_numb's profile on CodeChef

https://img.shields.io/badge/dynamic/json?label=CodeChef&query=%24.global_rank&url=https://competitive-coding-api.herokuapp.com/api/codechef/<USERNAME>&prefix=<TEXT>&logo=codechef&logoColor=f5f5dc&labelColor=7b5e47&style=for-the-badge&cacheSeconds=86400

Suggested use,

  • <FIELD> = global_rank, country_rank or rating
  • <TEXT> = Rank%20, country abbreviation (e.g., US%20%23) or Rating%20

Pro Tip 💡

Use this JSON Formatter Chrome Extension to view in a structured format.

Platforms Available

  • Codeforces
  • Codechef
  • SPOJ
  • Interviewbit
  • Leetcode (new)
  • Atcoder

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].