FPbase Help
  • FPbase Help
  • Searching the Database
    • Home & Navbar Search
    • Advanced Protein Search
  • Browsing the Database
    • Interactive Chart
    • Protein Table
    • Organisms
    • References Table
    • Lineage Trees
  • Contributing
    • Creating an account
    • Submit a New Protein
    • Update Existing Protein
    • Submit a Spectrum
    • Fixing Gaps and Inconsistencies
  • Tools
    • Spectra Viewer
    • Microscope Pages
      • Creating a microscope page
      • Brightness & Efficiency calculations
    • FRET Calculator
    • Comparison Tool
  • Protein Collections & Favorites
  • Database Organization
    • Database Schema
    • Improving the Database Schema
  • Glossary of Terms
  • FAQs
  • REST API
    • Introduction to the FPbase API
    • Get Protein Information
    • Get Spectra Information
  • The fpseq package
    • What is fpseq?
Powered by GitBook
On this page

Was this helpful?

  1. REST API

Get Protein Information

Get Proteins

GET https://www.fpbase.org/api/proteins/:id

This endpoint allows you to get protein information. DEPRECATED: use the GraphQL entrypoint instead.

Path Parameters

Name
Type
Description

id

string

ID of the cake to get, for free of course.

Query Parameters

Name
Type
Description

recipe

string

The API will do its best to find a cake matching the provided recipe.

gluten

boolean

Whether the cake should be gluten-free or not.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}
{
    "message": "Ain't no cake like that."
}

PreviousIntroduction to the FPbase APINextGet Spectra Information

Last updated 5 years ago

Was this helpful?