Users can access the Hemolytik 2.0 data programmatically, eliminating the
need to download data manually. Programmatic access is facilitated through a variety of query fields and
corresponding query term options. Users select the relevant query field - Peptide Type, Source
or Sequence - and its associated query term. The API accommodates selection from three query fields: Peptide Type,
containing 6 distinct funtion type, source, comprising data from 25 different Sources and Sequence, which offers
two options Natural and Modified.
Following selection of the desired query terms, the API generates a CURL command
and a wget command, enabling direct data access. Additionally, the API generates a
Request URL for direct access through any programming language such as Python (requests library), Javascript - Node.js (axios library), etc.
Query results are returned by the server
in JSON format, which can be copied or downloaded from the Server Response box. Each query response
encompasses 17 fields: Hemolytik 2.0 ID, PMID, Year, Sequence, Peptide Name, C-Terminal Modifications,
N-Terminal Modifications, Linear/Cyclic, Stereo-Chemistry, Non-natural, Length, Nature, Activity, Source,
Origin, Experimental Structure, and Non-Hemolytic. Users can parse the response JSON data to suit their specific
requirements.
For more information see User Guide.
Please wait...