ISRO

ISRO

Science & Math

ISRO Space Crafts Information

Visit API

πŸ“š Documentation & Examples

Everything you need to integrate with ISRO

πŸš€ Quick Start Examples

ISRO Javascript Examplejavascript
// ISRO API Example
const response = await fetch('https://isro.vercel.app', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

Explore the cosmos with the ISRO Space Crafts Information API. The API offers comprehensive details about the numerous space missions undertaken by the Indian Space Research Organisation (ISRO), along with the types of spacecraft launched, their objective, and current status. The documentation for this API is hosted at ISRO API Documentation, providing easy instructions and guides on how one could utilize this API to its optimum capacity. Be it scholarly articles, space research, or just pure curiosity, the range of data provided by this API is boundless and easily accessible.

What makes this API a compelling choice for researchers and space enthusiasts includes:

  • Comprehensive information and data about space crafts from ISRO.
  • Easy access to complete mission details, including launch date, mission type, and current status.
  • Rich data for research purposes, helping scholars and researchers in the field of space science.
  • High-quality, accurate, and up-to-date information.
  • The convenience of JSON format returns, enabling easy integration into various applications or platforms.

Here is a simple JavaScript example demonstrating how to call this ISRO Space Crafts Information API:

const axios = require('axios');

axios.get('https://isro.vercel.app/api/spacecrafts')
  .then(response => {
    console.log(response.data);
  })
  .catch(error => {
    console.error(`Error: ${error}`);
  });

In the above example, we're making a GET request to the API’s endpoint to fetch all space crafts data available in the database. The output will be an array of objects, with each object holding details about a specific spacecraft.

πŸ”’

Security Assessment

F
πŸ”’HTTPS
Enabled
SSL Grade: T
πŸ›‘οΈHeaders
25/100
HSTS
πŸ•’Last Assessed
5 days ago
ℹ️Click for detailed analysis

πŸ“Š 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

May 31Jun 2Jun 4Jun 6Jun 8Jun 10Jun 12Jun 14Jun 16Jun 18Jun 20Jun 22Jun 24Jun 26Jun 2904008001440Minutes
Online
Offline

Related APIs in Science & Math