Django REST framework
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

GET /desire-api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "nomenclature": "https://proteovision.chemistry.gatech.edu/desire-api/nomenclature/",
    "old-nomenclatures": "https://proteovision.chemistry.gatech.edu/desire-api/old-nomenclatures/",
    "species": "https://proteovision.chemistry.gatech.edu/desire-api/species/",
    "polymers": "https://proteovision.chemistry.gatech.edu/desire-api/polymers/",
    "residues": "https://proteovision.chemistry.gatech.edu/desire-api/residues/",
    "ss": "https://proteovision.chemistry.gatech.edu/desire-api/ss/",
    "ssdata": "https://proteovision.chemistry.gatech.edu/desire-api/ssdata/",
    "alignments": "https://proteovision.chemistry.gatech.edu/desire-api/alignments/",
    "adresi": "https://proteovision.chemistry.gatech.edu/desire-api/adresi/",
    "ad": "https://proteovision.chemistry.gatech.edu/desire-api/ad/",
    "residue-alignment": "https://proteovision.chemistry.gatech.edu/desire-api/residue-alignment/",
    "taxonomic-groups": "https://proteovision.chemistry.gatech.edu/desire-api/taxonomic-groups/",
    "ECOD-domains": "https://proteovision.chemistry.gatech.edu/desire-api/ECOD-domains/"
}