Discover/Chemoinfolab API
live

Chemoinfolab APIantifungipept.chemoinfolab.com

Search 400,000+ antifungal peptides, predict MIC values against Candida and Cryptococcus species, calculate physicochemical properties, and design variants.

This API takes change requests — .
Endpoint health
verified 3d ago
calculate_properties
get_peptide_detail
predict_activity
design_peptide
search_database
5/5 passing latest checkself-healing
Endpoints
5
Updated
9d ago

What is the Chemoinfolab API?

The Antifungipept API exposes 5 endpoints covering the AFP20200317 database of over 400,000 putative antifungal peptide sequences, along with ML-based activity prediction and peptide design tools. The search_database endpoint lets you filter sequences by Antifungal Index range, subsequence match, or length. Detailed records include MIC predictions against four fungal species, antifungal probability scores, and physicochemical properties like isoelectric point and instability index.

This call costs1 credit / call— charged only on success
Try it
Page number for paginated results.
Filter by amino acid subsequence (e.g. 'KWCFR'). Returns peptides containing this subsequence.
Minimum Antifungal Index (AFI) filter.
Maximum Antifungal Index (AFI) filter.
Filter by peptide ID (e.g. 'AFP20200317_000001'). Partial match supported.
Minimum sequence length filter.
Maximum sequence length filter.
api.parse.bot/scraper/51985860-1ffa-4e8a-a5b2-d56957dc7b7d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/51985860-1ffa-4e8a-a5b2-d56957dc7b7d/search_database?page=1&sequence=KWCFR&afi_lower=1&afi_upper=5&peptide_id=AFP20200317_000001&length_lower=10&length_upper=20' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalmissing one? ·

Search the antifungal peptide database (AFP20200317) containing over 400,000 putative sequences. Supports filtering by peptide ID, subsequence match, sequence length range, and Antifungal Index (AFI) range. Returns paginated results with 20 items per page.

Input
ParamTypeDescription
pageintegerPage number for paginated results.
sequencestringFilter by amino acid subsequence (e.g. 'KWCFR'). Returns peptides containing this subsequence.
afi_lowernumberMinimum Antifungal Index (AFI) filter.
afi_uppernumberMaximum Antifungal Index (AFI) filter.
peptide_idstringFilter by peptide ID (e.g. 'AFP20200317_000001'). Partial match supported.
length_lowerintegerMinimum sequence length filter.
length_upperintegerMaximum sequence length filter.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "results": "array of peptide summaries with id, sequence, afi, detail_path",
    "total_pages": "integer",
    "total_sequences": "integer"
  },
  "sample": {
    "data": {
      "page": 1,
      "results": [
        {
          "id": "AFP20200317_000001",
          "afi": 2.11,
          "sequence": "KWCFRVCYRGICYRKCR",
          "detail_path": "/database/1/"
        },
        {
          "id": "AFP20200317_000003",
          "afi": 2.34,
          "sequence": "KWCFRVCYRGICYRRCR",
          "detail_path": "/database/3/"
        }
      ],
      "total_pages": 1,
      "total_sequences": 2
    },
    "status": "success"
  }
}

About the Chemoinfolab API

Database Search and Peptide Detail

The search_database endpoint queries the AFP20200317 database of over 400,000 putative antifungal peptide sequences. Results are paginated at 20 items per page and can be filtered by peptide_id (partial match supported), amino acid sequence subsequence, length_lower/length_upper bounds, and afi_lower/afi_upper for Antifungal Index range. Each result includes the peptide's ID, full sequence, AFI score, and a detail_path for fetching the full record.

The get_peptide_detail endpoint returns a single peptide's complete profile using its numeric database ID. Fields include antifungal_probability, afi, sequence_length, uniprot_id, and mic_predictions — a species-keyed object containing predicted MIC values and associated probabilities for *C. albicans*, *C. krusei*, *C. neoformans*, and *C. parapsilosis*.

Activity Prediction and Property Calculation

The predict_activity endpoint accepts one or more peptide sequences in FASTA format and returns per-sequence predictions: a binary antifungal classification with probability, an AFI score, and numeric MIC estimates in μM for all four fungal species covered by the platform. The calculate_properties endpoint takes the same FASTA input and returns molecular_weight, charge_ph7_4, isoelectric_point, hydrophobicity, aromaticity, and instability_index for each sequence.

Peptide Design

The design_peptide endpoint takes a plain amino acid sequence (11–150 residues) and a design_option specifying a mutation or optimization strategy — including single/multi-point mutation, swap, shift, segment, augment, insert, duplicate, delete, or global optimization. The num_mutations parameter (1–4) controls mutation depth for multi-point methods. The response includes the total_designed count and an array of named variant sequences ready for downstream prediction or filtering.

Reliability & maintenanceVerified

The Chemoinfolab API is a managed, monitored endpoint for antifungipept.chemoinfolab.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when antifungipept.chemoinfolab.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official antifungipept.chemoinfolab.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
5/5 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Filter AFP20200317 database entries by AFI range to shortlist high-confidence antifungal candidates for wet-lab testing.
  • Retrieve MIC predictions against C. albicans and C. neoformans for a known peptide sequence using get_peptide_detail.
  • Batch-score a library of candidate sequences with predict_activity to rank by antifungal probability before synthesis.
  • Calculate isoelectric point and instability index for peptide hits using calculate_properties to assess formulation viability.
  • Generate mutant variants of a seed antifungal peptide with design_peptide using multi-point mutation, then predict activity on the output.
  • Cross-reference antifungal peptide UniProt IDs from get_peptide_detail with external protein databases for structural analysis.
  • Build a pipeline that designs variants, filters by hydrophobicity and charge, then predicts MIC values for prioritized candidates.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does antifungipept.chemoinfolab.com offer an official developer API?+
The Antifungipept platform at antifungipept.chemoinfolab.com is a web-based tool primarily designed for interactive use. It does not publish a documented public developer API or SDK.
What fungal species are covered by the MIC predictions in predict_activity and get_peptide_detail?+
Both endpoints return predicted MIC values (in μM) for four species: Candida albicans, Candida krusei, Candida parapsilosis, and Cryptococcus neoformans. The antifungal classification probability and AFI score are also returned per sequence alongside the species-specific MIC fields.
How does pagination work in search_database, and can I retrieve all sequences at once?+
Results are returned 20 items per page. The response includes total_pages and total_sequences so you can iterate through all pages using the page parameter. There is no bulk-export endpoint that returns all 400,000+ records in a single call.
Does the API return structural data such as 3D coordinates or secondary structure predictions for peptides?+
Not currently. The API covers sequence-level data, physicochemical properties, antifungal probability, AFI scores, and MIC predictions. Structural data like 3D coordinates or secondary structure annotations are not included in any response. You can fork this API on Parse and revise it to add an endpoint that integrates structural prediction data if needed.
Can I filter search results by specific fungal target species or MIC threshold?+
The search_database endpoint filters by AFI range, sequence, peptide ID, and length. Filtering directly by per-species MIC values is not currently supported in search. You can fork this API on Parse and revise the search endpoint to add species-specific MIC filtering based on the detail data.
Page content last updated . Spec covers 5 endpoints from antifungipept.chemoinfolab.com.
Related APIs in HealthcareSee all →
drugs.com API
Search for drugs and pill identifications, get detailed information about FDA approvals and drug interactions, and find medications by condition or letter. Look up side effects, dosages, and potential drug interactions to make informed health decisions.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
clinicaltrials.gov API
Search and retrieve comprehensive information about clinical trials worldwide, including study details, eligibility criteria, locations, and outcomes data. Access structured metadata and statistics to find relevant research studies matching your specific medical conditions or research interests.
ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from NCBI databases including PubMed, PubMed Central, and MeSH. Supports full-text extraction, metadata lookup, and research filtering.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
blast.ncbi.nlm.nih.gov API
Compare DNA and protein sequences against NCBI's massive biological databases to find matching sequences and analyze genetic similarities. Submit alignment jobs, monitor their progress, and retrieve detailed results in structured format to support genomics research and sequence analysis.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
mayocliniclabs.com API
Search and browse Mayo Clinic Laboratories' medical test catalog to retrieve detailed information on thousands of available tests, including descriptions, specimen requirements, clinical and interpretive data, performance characteristics, fees and codes, and setup details. Use autocomplete and alphabetical browsing to quickly locate specific tests or explore the full catalog.