-
Notifications
You must be signed in to change notification settings - Fork 0
/
API_status.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 5 columns, instead of 6 in line 5.
20 lines (20 loc) · 4.56 KB
/
API_status.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
API,Description,Status,Public use,Production ready
`/v1/amps`,Get a list of Antimicrobial peptides based on filter criteria.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/amps/{accession}`,Get all information of an AMP.,![](https://img.shields.io/badge/Status-Stable-Green),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-Yes-Green)
`/v1/amps/{accession}/helicalwheel`,Get helical_wheel graph of an AMP.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/amps/{accession}/features`,Get all features graph of an AMP.,![](https://img.shields.io/badge/Status-Deprecated-red),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/amps/{accession}/distributions`,Get geography, habitat and microbial source distributions of an AMP.,![](https://img.shields.io/badge/Status-Stable-Green),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-Yes-Green)
`/v1/amps/{accession}/metadata`,Get metadata of an AMP.,![](https://img.shields.io/badge/Status-Stable-Green),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-Yes-Green)
`/v1/families/`,Get a list of AMP families.,![](https://img.shields.io/badge/Status-Deprecated-red),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/families/{accession}`,Get all information of an AMP family.,![](https://img.shields.io/badge/Status-Stable-Green),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-Yes-Green)
`/v1/families/{accession}/features`,Get features of all the AMPs belonging to an AMP family.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/families/{accession}/distributions`,Get geography, habitat and microbial source distributions of an AMP family.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/families/{accession}/downloads`,Get downloadable files of an AMP family.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/families/{accession}/downloads/{file}`,File downloading API.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Okay-Green),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/statistics`,Get overall statistics of the AMPSphere data.,![](https://img.shields.io/badge/Status-Stable-Green),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-Yes-Green)
`/v1/available_filters`,Get available filters and options for retrieving AMPs.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/downloads`,Get all downloadable files generated based on the AMPSphere data.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/downloads/{file}`,File downloading API.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/search/text`,Search for AMPs by text.,![](https://img.shields.io/badge/Status-Deprecated-red),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/search/mmseqs`,Search for similar AMPs by input sequences.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)
`/v1/search/hmmer`,Search for AMP families by input sequences.,![](https://img.shields.io/badge/Status-Beta-yellow),![](https://img.shields.io/badge/Public_use-Not_suggested-red),![](https://img.shields.io/badge/Production_ready-No-red)