The JNTU RESULTS REST API is a web API that allows you to scrape results for both regular and supplementary exams, based on a given roll number.
- Fetch regular and supplementary exam results for a specific roll number.
- Retrieve detailed information about each result, including subject-wise marks, total marks, and grade.
To run the API locally in development mode, follow these steps:
- Clone the repository:
git clone https://github.com/JNTU-Results/JNTU-Results-Backend
- Install the required dependencies:
pip install -r requirements.txt
- Start the development server:
uvicorn results.main:app --reload
The API will be accessible at http://localhost:8000
.
For detailed information about the available endpoints and how to use the API, refer to the API documentation. The documentation provides examples and explanations of each endpoint and the expected response format.
If you need assistance with setup, deployment, or implementing special features, or if you simply want to chat with the developers, feel free to contact us via email at jnturesultsindia@gmail.com.
If you discover any bugs or issues with the API, please submit an issue on GitHub. We appreciate your feedback and contributions.
The JNTU RESULTS REST API is open-source software licensed under the GNU General Public License v3.0. You are free to use, modify, and distribute this software in accordance with the terms and conditions of the GPL-3.0 license.
We welcome contributions to the JNTU RESULTS REST API! If you would like to contribute bug fixes, new features, or improvements, please submit a pull request to the develop
branch. Make sure to follow the contribution guidelines provided in the repository.
By contributing to this project, you agree to abide by the Code of Conduct and the terms outlined in the Contributor License Agreement.
We appreciate and value your contributions to make this project better!
We appreciate and value your contributions to make this project better!