You can now start using Zigistry's API as follows:
Get details for individual packages:
https://zigistry.dev/api/packages/travisstaloch/simdjzonGet search results:
https://zigistry.dev/api/searchPackages?q=ZapGet filtered results:
https://zigistry.dev/api/searchPackages?q=Zap&filter=httpGet all results from a single topic:
https://zigistry.dev/api/searchPackages?filter=httpGet details for individual programs:
https://zigistry.dev/api/programs/travisstaloch/roc-cli-platform-zigGet search results:
https://zigistry.dev/api/searchPrograms?q=ZapGet filtered results:
https://zigistry.dev/api/searchPrograms?q=Zap&filter=httpGet all results from a single topic:
https://zigistry.dev/api/searchPrograms?filter=httpGet most used packages (ascending order):
https://zigistry.dev/api/indexDetailsPackages?section=mostUsed&range=0..100Get latest used packages (ascending order):
https://zigistry.dev/api/indexDetailsPackages?section=latestRepos&range=0..100Get most used programs (ascending order):
https://zigistry.dev/api/indexDetailsPrograms?section=mostUsed&range=0..100Get latest used programs (ascending order):
https://zigistry.dev/api/indexDetailsPrograms?section=latestRepos&range=0..100Obviously, a lot of things need to be added to the API, and I am currently working on it. But for now, this can be used for fetching basic stuff.