Request placements and aspects without an image
Request and response shapes
Input shape
{ render: { includeLaunchUrl: false }; fields: { includePlacements: boolean; includeAspects: boolean; maxRows: number } }Output shape
{ projection: { placements: Placement[]; aspects: Aspect[] } }Examples
Request example
{
"dateTimeUtc": "2026-07-09T18:00:00Z",
"latitude": 39.7392,
"longitude": -104.9903,
"render": {
"includeLaunchUrl": false
},
"fields": {
"includePlacements": true,
"includeAspects": true,
"maxRows": 40
}
}Response example
{
"projection": {
"placements": [],
"aspects": []
}
}Common validation errors
- maxRows must be between 1 and 200.
Related questions
- structured chart data
- chart without image
- placements JSON