Materials Platform for Data Science

Materials Platform for Data Science

  • Category: Science

Introduction to MPDS API

MPDS API is an API for accessing molecular properties of chemical compounds and predicting their physical and biological properties. This API provides access to molecular descriptors and fingerprints for organic and inorganic compounds.

Authentication

Before making API requests, you need to register for an account on https://mpds.io/developer/, and generate API key. You can add this key in the HTTP header of each request you make by either setting it in the Authorization field or the x-api-key field.

API Endpoints

Compound Search

Endpoint: https://mpds.io/s/mf/{formula}/prop

Provides the properties of the supplied chemical formula.

fetch('https://mpds.io/s/mf/C12H22O11/prop', {
  method: 'GET',
  headers: {
    'x-api-key': 'YOUR_API_KEY_HERE',
  },
})
  .then((response) => response.json())
  .then((jsonData) => console.log(jsonData))
  .catch((error) => console.log(error));

Descriptors

Endpoint: https://mpds.io/descriptors

Provides a list of available descriptors for a given compound and their values.

fetch('https://mpds.io/descriptors', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'YOUR_API_KEY_HERE',
  },
  body: JSON.stringify({ formula: 'C12H22O11' }),
})
  .then((response) => response.json())
  .then((jsonData) => console.log(jsonData))
  .catch((error) => console.log(error));

Fingerprints

Endpoint: https://mpds.io/fingerprints

Provides a list of available fingerprints for a given compound and their values.

fetch('https://mpds.io/fingerprints', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'YOUR_API_KEY_HERE',
  },
  body: JSON.stringify({ formula: 'C12H22O11' }),
})
  .then((response) => response.json())
  .then((jsonData) => console.log(jsonData))
  .catch((error) => console.log(error));

Literature Search

Endpoint: https://mpds.io/literature/{query}

Provides literature references associated with the query.

fetch('https://mpds.io/literature/Antioxidant/10/1', {
  method: 'GET',
  headers: {
    'x-api-key': 'YOUR_API_KEY_HERE',
  },
})
  .then((response) => response.json())
  .then((jsonData) => console.log(jsonData))
  .catch((error) => console.log(error));

Conclusion

In summary, MPDS API provides developers with a rich set of tools for accessing molecular properties of chemical compounds. By providing easy-to-use endpoints for accessing molecular descriptors, fingerprints, and literature references, MPDS API makes it easy for developers to integrate these data into their projects.

Visit to Materials Platform for Data Science website

Similar APIs of Science

Auroras.live DIY

Auroras.live DIY

Science

Friendly way of accessing various aurora hunting data: current space weather conditions, weather, skycams, satellite images, and archived information from the past 15 years.

skystargalaxy

Mercury Retrograde API

Mercury Retrograde API

Science

You may have heard friends say, “Oh, no – Mercury is about to retrograde again!” If you don’t know astrology, you may have wondered what they were talking about. Of all planetary aspects, this one seems to garner the most attention from readers, and it certainly generates the most mail. The reason for their interest is clear – this phenomenon is one of the few that affects everyone in a fairly uniform way, and its effects are always obvious. Once you begin to pay attention to how events in your life change during these phases, you will soon see how important it is to take note of them. Keeping track of Mercury retrograde periods can allow you to increase your productivity and avoid at least some of the frustration they can bring about. This API serves JSON over HTTPs. It allows you to determine whether Mercury is in retrograde for a given date.

mercuryplanetearth

iDigBio

iDigBio

Science

Access millions of museum specimens from organizations around the world. The API gives you Bio records according to available records in the directory. Provides you with the media, versioning, limiting, sorting of the queries.

urlmuseumlife

protocols.io

protocols.io

Science

protocols.io is the #1 open access repository for science methods. The leading platform for data management and protocol sharing. Store, organize, modify, and publish your work all in one place.

biolodychemistryworkflows

SHARE

SHARE

Science

A free, open, dataset about research and scholarly activities. SHARE is a higher education initiative whose mission is to maximize research impact by making research widely accessible, discoverable, and reusable. To fulfill this mission SHARE is building a free, open, data set about research and scholarly activities across their life cycle.

researchstudyscience

Open Science Framework

Open Science Framework

Science

The OSF serves as a repository and archive for study designs, materials, data, manuscripts, or anything else associated with your research during the research process. Every project and file on the OSF has a permanent unique identifier, and every registration (a permanent, time-stamped version of your projects and files) can be assigned a DOI. You can use the OSF to measure your impact by monitoring the traffic to projects and files you make public. With the OSF you have full control of what parts of your research are public and what remains private.

repositoryarchivestudy

Launch Library

Launch Library

Science

Upcoming Space Launches. Provides data like "A batch of 60 satellites for Starlink mega-constellation - SpaceX's project for space-based Internet communication system."

dataspacelaunch

SpaceX

SpaceX

Science

Company, vehicle, launchpad and launch data. Want to know a specific aircrafts launch year, unic code, utc number or local timing? Or interested in rocket technology and curious about the number of enginers in an API? Go ahead. Try the rocket API and much more by SpaceX.

SpaceXTeslaPaypal

CORE

CORE

Science

Access the world's Open Access research papers. A unique and free API providing real-time machine access to metadata and full texts of research papers in CORE. One API for accessing data across all data providers. Perfect for developing and running innovative applications that need global access to research papers.

researchpapersuniversity

USGS Water Services

USGS Water Services

Science

Water quality and level info for rivers and lakes. This site serves USGS water data External Link via automated means using web services External Link and extensible markup language (XML) External Link, as well as other popular media types. Services are invoked with the REST External Link protocol. These services designed for high fault tolerance and very high availability.

waterrainriver