Minor Planet Center
APIFree API for Minor Planet Center asteroid/comet data via Asterank
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)
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
People Also Ask about Minor Planet Center
Tool Info
Pros
- ⊕ Free public access
- ⊕ Comprehensive astronomical datasets
- ⊕ Easy integration
- ⊕ Up-to-date MPC data
Cons
- ⊖ Potential rate limits
- ⊖ Limited official documentation
- ⊖ No dedicated support