Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kayhan Space Propagation API

The Propagation API from Kayhan Space — 11 operation(s) for propagation.

Kayhan Space Propagation API is one of 20 APIs that Kayhan Space publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Propagation. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 27 operations across 11 paths, and defines 36 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, /api/satcat.

27 operations 11 paths 36 schemas 6 DELETE7 GET5 PATCH6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.satcat.com/api/satcat
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Kayhan Space Propagation API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (Oauth2Scheme) using the password and clientCredentials flows, exposing 1 scope.

Paths & Operations 27

Across 11 paths, the API surfaces 27 operations — 6 DELETE, 7 GET, 5 PATCH, 6 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Propagation 27
GET
/propagations
Get All Propagations
get_all_propagations_propagations_get 6 params → 201422
POST
/propagations
Create Propagation
create_propagation_propagations_post 2 params body → 201422
GET
/propagations/{id}
Get Propagation
get_propagation_propagations__id__get 1 param → 201422
PATCH
/propagations/{id}
Update Propagation
update_propagation_propagations__id__patch 1 param body → 201422
DELETE
/propagations/{id}
Remove Propagation
remove_propagation_propagations__id__delete 1 param → 201422
POST
/propagations/{id}/states
Add State Vector
add_state_vector_propagations__id__states_post 1 param body → 201422
GET
/propagations/{id}/states
Get State Vector
get_state_vector_propagations__id__states_get 1 param → 201422
PATCH
/propagations/{id}/states
Change State Vector
change_state_vector_propagations__id__states_patch 1 param body → 201422
DELETE
/propagations/{id}/states
Remove State Vector
remove_state_vector_propagations__id__states_delete 1 param → 201422
POST
/propagations/{id}/forces
Add Propagation Forces
add_propagation_forces_propagations__id__forces_post 2 params body → 201422
GET
/propagations/{id}/forces
Get Propagation Forces
get_propagation_forces_propagations__id__forces_get 1 param → 201422
PATCH
/propagations/{id}/forces
Update Propagation Forces
update_propagation_forces_propagations__id__forces_patch 2 params body → 201422
DELETE
/propagations/{id}/forces
Remove Propagation Forces
remove_propagation_forces_propagations__id__forces_delete 1 param → 201422
POST
/propagations/{id}/maneuvers
Add Propagation Maneuver
add_propagation_maneuver_propagations__id__maneuvers_post 1 param body → 201422
GET
/propagations/{id}/maneuvers
Get All Propagation Maneuvers
get_all_propagation_maneuvers_propagations__id__maneuvers_get 6 params → 201422
DELETE
/propagations/{id}/maneuvers
Remove All Maneuvers From Propagation
remove_all_maneuvers_from_propagation_propagations__id__maneuvers_delete 1 param → 201422
GET
/propagations/{id}/maneuvers/{maneuver_id}
Get Specific Propagation Maneuver
get_specific_propagation_maneuver_propagations__id__maneuvers__maneuver_id__get 2 params → 201422
PATCH
/propagations/{id}/maneuvers/{maneuver_id}
Update Propagation Maneuver
update_propagation_maneuver_propagations__id__maneuvers__maneuver_id__patch 2 params body → 201422
DELETE
/propagations/{id}/maneuvers/{maneuver_id}
Remove Specific Propagation Maneuver
remove_specific_propagation_maneuver_propagations__id__maneuvers__maneuver_id__delete 2 params → 201422
POST
/propagations/{id}/tle
Add Tle
add_tle_propagations__id__tle_post 1 param body → 201422
GET
/propagations/{id}/tle
Get Tle
get_tle_propagations__id__tle_get 1 param → 201422
PATCH
/propagations/{id}/tle
Change Tle
change_tle_propagations__id__tle_patch 1 param body → 201422
DELETE
/propagations/{id}/tle
Remove Tle
remove_tle_propagations__id__tle_delete 1 param → 201422
POST
/propagations/{id}/opm
Add Opm
add_opm_propagations__id__opm_post 1 param body → 201422
PUT
/propagations/{id}/submit
Submit Propagation
submit_propagation_propagations__id__submit_put 1 param → 200422
PUT
/propagations/{id}/cancel
Cancel Propagation
cancel_propagation_propagations__id__cancel_put 1 param → 200422
PUT
/propagations/{id}/archive
Archive Propagation
archive_propagation_propagations__id__archive_put → 200

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are StateVectorRead (19 properties), PropagationRead (18 properties), ManeuverRead (16 properties), ForceModelRead (14 properties). Each schema is shown below with its type and property counts.

SortDirection
string
Body_add_propagation_forces_propagations__id__forces_post
object
1 property 1 required
TLERead
object
4 properties 1 required
OceanTides
object
3 properties
EarthModel
object
1 property
Body_change_state_vector_propagations__id__states_patch
object
1 property 1 required
PropagationManeuverAdd
object
8 properties 1 required
CelestialBody
string
Enumeration describing a specific celestial body for use in computing third body gravitational perturbation.
Drag
object
2 properties
PropagationForceModels
object
7 properties
Body_update_propagation_forces_propagations__id__forces_patch
object
1 property 1 required
PropagationJobParameters
object
6 properties
AtmosphericModels
string
Supported atmospheric models for drag force.
OffsetPagination
object
2 properties
OffsetPageResult_PropagationRead_
object
3 properties 3 required
ManeuverRead
object
16 properties 3 required
StateVectorRead
object
19 properties 12 required
SolidTides
object
1 property
Body_add_tle_propagations__id__tle_post
object
1 property 1 required
Body_add_opm_propagations__id__opm_post
object
1 property
ForceModelRead
object
14 properties 1 required
OffsetPageResult_ManeuverRead_
object
3 properties 3 required
Body_change_tle_propagations__id__tle_patch
object
1 property 1 required
RSORead
object
6 properties 1 required
PropagationRead
object
18 properties 2 required
ThirdBodies
object
2 properties
CovarianceMatrixRead
object
4 properties 4 required
SolarRadiationPressure
object
1 property
Body_add_state_vector_propagations__id__states_post
object
1 property 1 required
ManeuverType
string
Vector3
object
3-dimensional physical quantity
4 properties 3 required
ValidationError
object
5 properties 3 required
HTTPValidationError
object
1 property
Geopotential
object
3 properties
JobStatus
string
Frame
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kayhan-space-propagation-api-openapi.yml Raw ↑

Other APIs Kayhan Space publishes across the network.

Kayhan Space Authentication API
Kayhan Space Catalog API
Kayhan Space Conjunction API
Kayhan Space Ephemeris API
Kayhan Space Events API
Kayhan Space Health API
Kayhan Space Launch Screening API
Kayhan Space LEOP API
Kayhan Space Maneuver Designer API
Kayhan Space Metrics API
Kayhan Space Mission Planning API
Kayhan Space Mitigation API