<NOTE TO ADMINS> If this thread is in the wrong place please don't delete it. Let me know and I will move it to where every you want </NOTE TO ADMINS> Hello there, it has been a while since I was last on. Some of you may remember I was working on something called PMPM (Pocket Mine Plugin Manager) (Thread) I have been gone for a while and wanted to know if there is a poggit web API and if so where to find the docs. EDIT: Also as a side note I am doing a complete code refactor of PMPM so if you have any suggestions now is the time to mention them. For all interested parties here is the GitHub: https://github.com/PocketMine-Plugin-Manager/PMPM
So since your least time you forgot about GitHub (Poggit is on there)? Ill move this to Off-Topic because there is no PMMP plugin development question.
To get all releases: https://poggit.pmmp.io/releases.json To get information about a specific release: https://poggit.pmmp.io/releases.json?name=DevTools
And if you want to see how the page is generated and the other possible options: https://github.com/poggit/poggit/blob/beta/src/poggit/release/index/ReleaseListJsonModule.php
Please note that Sheep by @KnownUnown is recognized as the official plugin manager for Poggit. Future submissions for plugin managers will not be accepted on Poggit. Please also note: Each object in the main array in releases.json represents one version, not one plugin. Each plugin can be uniquely identified by its project_id or its name. Each version can be uniquely identified by its id, or its name + version. build_id is also unique, but should not be understood as a release identifier. The description/changelog of each release is accessed by a separate URL (/r/:resource_id). Descriptions/changelogs may be in TXT or HTML. For HTML ones, they are converted from MD. You can find the original markdown by adding .md behind the resource, e.g. https://poggit.pmmp.io/r/6618 and https://poggit.pmmp.io/r/6618.md (where the latter redirects to /r/6927). The HTML may also be slightly preprocessed (see https://github.com/poggit/poggit/blob/better-submit/js/releaseDetails.js) before being displayed on Poggit webpage.