The REST API used by napari-hub.org to query plugins.
The endpoint for the API is: https://api.napari.org
| Type | Endpoint | Note | 
|---|---|---|
| Plugin index | /api/plugins | |
| Summary info | /api/extended_summary | |
| PyPI information | For an individual plugin: /api/pypi/{pypi_name} | |
| Conda index | /api/conda | For an individual plugin: /api/conda/{pypi_name} | 
| Fetch errors | /errors.json | |
| manifests | For an individual manifest: /api/manifest/{plugin_name} | 
If you are interested in contributing to this repo, see the CONTRIBUTING.md page.
npe2api is maintained by the napari community. The napari community has a Code of Conduct that should be honored by everyone who participates in the napari community.