Minor Planet Center

API

Free API for Minor Planet Center asteroid/comet data via Asterank

Visit Website

Overview

The Minor Planet Center API (hosted on Asterank) provides access to curated asteroid and comet data from the Minor Planet Center. Endpoints include asteroid search by designation, orbit parameter retrieval, and near-Earth object (NEO) listings. Responses are JSON-formatted, with fields like orbital elements, absolute magnitude, and taxonomic class. Ideal for astronomical research, educational tools, or space apps—enabling trackers for NEOs, orbit visualizations, or solar system data projects.

Example Integration (JavaScript)

script.js JS

fetch('http://www.asterank.com/mpc')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful interface
  • JSON response format
  • No authentication required
  • MPC-curated asteroid data
  • Orbit parameter access

Frequently Asked Questions

? Is the Minor Planet Center API free to use?

Yes, it is publicly accessible via Asterank without any cost.

? Does it require an API Key?

No, authentication is not needed for basic access to the API endpoints.

? What is the response format?

All responses are in JSON, with structured data on asteroid orbits, properties, and classifications.

Top Alternatives

NASA NeoWs API Search Google
JPL Small-Body Database API Search Google

People Also Ask about Minor Planet Center

Minor Planet Center vs NASA NeoWs APIMinor Planet Center vs JPL Small-Body Database API Minor Planet Center 2025 review

Tool Info

Pricing Free
Category Science & Math
Platform Public API

Pros

  • Free public access
  • Comprehensive astronomical datasets
  • Easy integration
  • Up-to-date MPC data

Cons

  • Potential rate limits
  • Limited official documentation
  • No dedicated support

More Science & Math Tools