8000 GitHub - anupam3717/Wbjee-API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anupam3717/Wbjee-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Wbjee-API

This is a rest api

It takes two parameters rank and quota in get request and return college name with branches in a json file

https://kilf4q0gf6.execute-api.us-east-1.amazonaws.com/wbjee/wbjee?rank=&quota=

#rank take the GMR rank

#The Quota takes integers values from 0 to 10.

["general","pgeneral","obca","pobca","obcb","pobcb","sc","psc","st","pst","tfw"]

like (0 for general),(1 for pwd general)....(10 for tfw)

example: rank=469 quota=0 means grneral

https://kilf4q0gf6.execute-api.us-east-1.amazonaws.com/wbjee/wbjee?rank=469&quota=0

output:######## { "Cooch Behar Government Engineering College_Cooch Behar": [ "Civil Engineering", "COMPUTER SCIENCE & ENGINEERING", "Electrical Engineering", "Electronics & Communication Engineering/Electronics & Telecommunication Engineering", "Mechanical Engineering" ], "Goverment College of Engineering and Leather Technology_Kolkata": [ "COMPUTER SCIENCE & ENGINEERING", "Information Technology", "Leather Technology" ], ..... ..... ..... }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0