Currently we have no real official REST API or consistent JSON API. We need to figure out what data we want to have easily query'able for users. Current "API": * http://www.archlinux.org/packages/search/json/?q=$search term * https://www.archlinux.org/packages/$repo/$arch/$pkgname/json/ * https://www.archlinux.org/packages/$repo/$arch/$pkgname/files/json/ * https://www.archlinux.org/todo/$todoname/json * https://www.archlinux.org/packages/signoffs/json/ * https://www.archlinux.org/mirrors/status/json/ * https://www.archlinux.org/mirrors/status/tier/1/json/ * https://www.archlinux.org/mirrors/locations/json/ * https://www.archlinux.org/master-keys/json/ * https://www.archlinux.org/releng/releases/json/ What's missing * A generic way to create a token and for example mark signoffs securely. arch-signoff now relies on doing http basic auth * Todo list overview endpoint https://www.archlinux.org/todo/json * Documentation * Performance
Currently we have no real official REST API or consistent JSON API. We need to figure out what data we want to have easily query'able for users.
Current "API":
What's missing