2022-08-31 21:22:02 -03:00
2022-08-31 17:33:08 -03:00
2022-08-28 20:04:59 -03:00
2022-08-28 20:04:59 -03:00
2022-08-28 20:05:37 -03:00
2022-08-31 17:33:08 -03:00
2022-08-28 20:04:59 -03:00
2022-08-31 21:22:02 -03:00
2022-08-31 21:22:02 -03:00
2022-08-31 21:22:02 -03:00
2022-08-28 21:36:15 -03:00
2022-08-31 21:22:02 -03:00
2022-08-28 20:26:23 -03:00

License: AGPLv3 GitHub last commit GitHub Workflow Status

ReVanced Releases API

This is a simple API that returns the latest ReVanced releases.

Usage

The API is available at https://revanced-releases-api.afterst0rm.xyz/.

For development purposes, you can run the API locally by cloning this repository and running docker-compose up or docker-compose up --build if you want to rebuild the image. Optionally you can run the application without Docker by running pip -U install -r ./requirements.txt and python ./main.py. Remember to set the environment variable GITHUB_TOKEN to a valid token if you want to run the API locally.

API Endpoints

  • apps - Returns all currently patchable apps
  • tools - Returns the latest version of all ReVanced tools and Vanced MicroG
  • patches - Returns the latest version of all ReVanced patches

Contributing

If you want to contribute to this project, feel free to open a pull request or an issue. We don't do much here, so it's pretty easy to contribute.

License

This project is licensed under the AGPLv3 License - see the LICENSE file for details.

Acknowledgments

Description
Languages
Python 95.5%
Dockerfile 3.9%
Shell 0.6%