/api/research/{researchId}/start
/api/research/{researchId}/start
Starts a research job on a selected planet.
Method
POST
Request Structure
{
"planetId": 35572,
"useFragments": true
}
useFragments is optional.
Response Structure
{
"ok": true
}
Notes
- Endpoint path and request body confirmed from addon
startResearchimplementation. - Safe invalid probe (
/api/research/-1/start) ons0returned400with validation error payload (error,details).