The convective/outlook endpoint provides convective outlook information based on SPC Convective Outlooks. Convective outlooks provide information on potential severe weather, including thunderstorms, tornadoes, damaging high winds, and hail. Coverage for this endpoint is available for the US only.
Use our wizard to try out this endpoint
The following actions are supported with the convective/outlook endpoint:
:id | Requesting data by using the :id action is used for returning data for a particular item that has an ID associated with it. This is the primary method for requesting general weather information for a single location (observations, forecasts, advisories, etc.) as the location's name or a zip code serves as the id. Other endpoints may expect a certain value for the ID, such as storm cells whose ID value is a combination of the radar site identifier and unique identifier assigned to every storm cell. Refer to an endpoint's detailed documentation for specific information regarding how to use the :id action. |
affects | The affects action requests all places affected by a particular type of event, such as earthquake or storm cell. The query for places affected is unique for each endpoint it belongs to and can be a polygon (e.g., storm cell forecasts or warnings) or a circle with the center being the location of the event (e.g., earthquakes or fires). Instead of returning an array of objects specific to the endpoint, the affects action will always return an array of place objects in the same format as the within action on the places endpoint. Note: Not all endpoints support this action, so refer to each endpoint's complete documentation to determine if supported and its usage. |
contains | The contains action returns data that a specified location is contained within. This action is normally associated with endpoints that contain polygon data, allowing to return only the polygons a point / geometry is contained in. This action can be considered the opposite of the within endpoint. |
search | The search action is used as a more general query method and expects the query to be defined with the custom query for the request. Unlike the closest action, results will not be returned in any particular order. |
The following parameters are optional unless otherwise noted:
filter | filter=:string |
Predefined filters for limiting the results. The filter value can be a single, comma-delimited or a semicolon delimited string of filter names. |
from | from=:string |
Returns the results starting from the value specified. For best practices we recommend using the to parameter as well to define a specific time frame.Supports a UNIX timestamp or a specific date string. Alternatively, common date formats supported by the PHP strtotime() function will be accepted; however, commas are not accepted. Examples: from=tomorrow from=friday from=1302883980 from=MM/DD/YYYY from=YYYY/MM/DD from=+2hours from=2017-02-27 5:00 PM |
limit | limit=:total |
The total number of results to return as an integer. Each endpoint may have a set maximum for this value depending on usage. The default limit is 1 if not specified. The maximum limit for this endpoint is 100. |
p | p=:place |
Defines the location to query data for. Refer to the list of supported place value formats. |
query | query=:string |
Used to filter results based on certain fields in the data set. See Advanced Queries for more details. |
radius | radius=:distance:unit |
When requesting the closest results within a circle, the radius determines how far from the specified location to search. A valid unit value must be included in your radius value, e.g., "5mi", "10km", "25miles". If no unit is provided, your value is assumed to be in meters by default. Most endpoints utilize a default radius of 50 miles, though some endpoints, such as lightning, may have tighter restrictions specified. |
skip | skip=:number |
Used to skip over a specific number of results in the data set. |
sort | sort=:string |
Used to sort results based on certain fields in the data set. See Sorting for more details. |
to | to=:string |
Returns the results between now and the value specified. For best practices we recommend using the from parameter as well to define a specific time frame. When used in conjunction with the from parameter, the value of to will be relative to the value of from, not relative to the current time. Supports a UNIX timestamp or a specific date string. Alternatively, common date formats supported by the PHP strtotime() function will be accepted; however, commas are not accepted. Examples: to=+6hours to=+5days to=1302883980 to=MM/DD/YYYY to=YYYY/MM/DD to=2017-02-27 5:00 PM |
fields | fields=:string |
Provides a comma separated list of values for the API to return. This parameter is often used to limit the amount of data returned. See Reducing Output. |
format | format=:string |
Defines the API output format. The available options include:format=json - Standard JSON output. This is the default.format=geojson - API will output GeoJSON.If obtaining GeoJSON and using the fields parameter, be sure to include loc to ensure geographical references are available in the response.
|
The following filters can be passed to the filter parameter to reduce the results that are returned:
cat | Return outlooks for the SPC categorical convective outlook. Available for Days 1-3 |
prob | Return the outlooks for the SPC probability outlook. Available for Days 4-8 |
conhazo | Return outlooks for both categorical and probability outlooks. Most commonly used filter as provides access to days 1-8. The default filter is none provided. |
torn | Return SPC tornado outlook. Available for Day 1 |
xtorn, sigtorn | Return SPC significant tornado outlook. Available for Day 1 |
alltorn | Returns both the SPC tornado and significant tornado outlook. |
hail | Return SPC hail outlook. Available for Day 1 |
xhail, sighail | Return SPC significant hail outlook. Available for Day 1 |
allhail | Returns both the SPC hail and significant hail outlook. |
wind | Return SPC wind outlook. Available for Day 1 |
xwind, sigwind | Return SPC significant wind outlook. Available for Day 1 |
allwind | Returns both the SPC wind and significant wind outlook. |
all | Returns all SPC convective outlooks |
general | Limit results to the general thunderstorms categorical outlook |
marginal | Limit results to the marginal categorical outlook |
slight | Limit results to the slight categorical outlook |
enhanced | Limit results to the enhanced categorical outlook |
moderate | Limit results to the moderate categorical outlook |
high | Limit results to the high categorical outlook |
day1 | Limit results to day 1 outlooks |
day2 | Limit results to day 2 outlooks |
day3 | Limit results to day 3 outlooks |
day4 | Limit results to day 4 outlooks |
day5 | Limit results to day 5 outlooks |
day6 | Limit results to day 6 outlooks |
day7 | Limit results to day 7 outlooks |
day8 | Limit results to day 8 outlooks |
Use the following supported property keys when creating custom queries for your requests:
id | Query by the outlook ID |
cat | Query by outlook category. Examples: cat prob torn sigtorn hail sighail wind sigwind |
day | Valid day of the outlook. Value from 1 - 8 |
type | The risk type |
name | The risk type name from SPC |
code | Numeric code for the risk type |
You can use the following fields to sort data. Review the sorting docs page for more information on the sort functionality.
id | Sort by the outlook ID |
cat | Sort by the outlook category |
day | sort by the valid day of the outlook. |
type | Sort by the risk type |
name | Sort by the risk type name form SPC |
code | Sort by the coded risk type |
bdt | Sort by the start / beginning of the outlooks valid coverage date / time |
edt | Sort by the end of the outlooks valid coverage date / time |
idt | Sort by the issue date / time of the outlook |
The /[:endpoint]/[:action]?
portion within the query template below can be exchanged with any of the examples. Also, please note you will need to input your client credentials in the [ID]
and [SECRET]
fields which can be found under the Apps section of the members area.
https://api.aerisapi.com/[:endpoint]/[:action]?client_id=[ID]&client_secret=[SECRET]
Return the convective categorical outlooks for today. Since no from parameter provided, defaults to today./convective/outlook/search?filter=conhazo&
Return the convective categorical outlooks for today. /convective/outlook/search?filter=conhazo&from=today&
Return the convective categorical outlooks for tomorrow. /convective/outlook/search?filter=conhazo&from=+1day&
Return the convective categorical outlooks for today and include the polygons for the outlooks./convective/outlook/search?filter=conhazo,geo&
Return the convective categorical outlooks for today, sorted by the least significant to the highest./convective/outlook/search?filter=conhazo&sort=code&from=today&
Return the convective categorical outlooks for today, sorted by the highest significant to the lowest./convective/outlook/search?filter=conhazo&sort=code:-1&from=today&
Return the convective categorical outlooks for today that Atlanta, GA is contained in./convective/outlook/atlanta,ga?
Return the convective categorical outlooks for today that Atlanta, GA is contained in. /convective/outlook/contains?p=atlanta,ga&filter=conhazo&
Return the convective categorical outlooks for today that contain the specified latitude/longitude/convective/outlook/contains?p=44.96,-93.27&filter=conhazo&
Return the convective categorical outlooks for days 1 - 8 that Atlanta, GA is contained within. The results will be sorted by the coverage day/convective/outlook/atlanta,ga?filter=conhazo&from=today&to=+7days&sort=day&
Return the convective categorical outlooks for days 1 - 8 that Atlanta, GA is contained within. The results will be sorted by the coverage day. The fields parameter will limit the data to the elements needed. This greatly reduces bandwidth and resources./convective/outlook/atlanta,ga?filter=conhazo&from=today&to=+7days&sort=day&fields=details.range,details.risk.type&
Return the outlook with id of "ec31f2f9654addad2e4f773522f7b2c3"/convective/outlook/ec31f2f9654addad2e4f773522f7b2c3?
Return the outlook with id of "ec31f2f9654addad2e4f773522f7b2c3" and include the polygon(s) data for the outlook/convective/outlook/ec31f2f9654addad2e4f773522f7b2c3?filter=geo
Return the top 10 locations with at least a population of 50,000 that are within the outlook with id "ec31f2f9654addad2e4f773522f7b2c3"/convective/outlook/affects?p=ec31f2f9654addad2e4f773522f7b2c3&pop=50000&limit=10&
The following is an example of what each object in the response will consist of. Depending on your requested action, the response may contain multiple instances of this object within an array.
{
"success": true,
"error": null,
"response": [{
"id": "ab421ccb985eca4a352bf434b0e524df",
"details": {
"product": "convective",
"category": "sigtorn",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": null
},
"geoPoly": null
}, {
"id": "50da9c445a76edd19702c5aebf2f5774",
"details": {
"product": "convective",
"category": "sigwind",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": null
},
"geoPoly": null
}, {
"id": "9713cfc74ebc8f3226dc85cbadf6efab",
"details": {
"product": "convective",
"category": "hail",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "30%",
"name": "30%",
"code": 30
}
},
"geoPoly": null
}, {
"id": "3df410ebeb6868ed0f05e0e0365ca9ab",
"details": {
"product": "convective",
"category": "sighail",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "significant",
"name": "significant severe",
"code": "sig"
}
},
"geoPoly": null
}, {
"id": "3d53686271c67f95040901c58b11b567",
"details": {
"product": "convective",
"category": "cat",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "enhanced",
"name": "enhanced risk",
"code": 6
}
},
"geoPoly": null
}, {
"id": "f4b39cc30d389a348e1445a5ae100ec1",
"details": {
"product": "convective",
"category": "torn",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "5%",
"name": "5%",
"code": 5
}
},
"geoPoly": null
}, {
"id": "aa9741abbf6d6a492f8c9b6503e46973",
"details": {
"product": "convective",
"category": "wind",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "30%",
"name": "30%",
"code": 30
}
},
"geoPoly": null
}, {
"id": "135e762fc61344310ae0672efcde643c",
"details": {
"product": "convective",
"category": "cat",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "marginal",
"name": "marginal risk",
"code": 2
}
},
"geoPoly": null
}, {
"id": "7d616135e038d1099f1a1371aadc5aa9",
"details": {
"product": "convective",
"category": "cat",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "slight",
"name": "slight risk",
"code": 4
}
},
"geoPoly": null
}, {
"id": "6695b61567a6b2041613ef5a6ce22dae",
"details": {
"product": "convective",
"category": "cat",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "general",
"name": "general thunder",
"code": 1
}
},
"geoPoly": null
}]
}
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"id": "3d53686271c67f95040901c58b11b567",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.548976044, 37.056069486],
[-100.4992566872, 37.03609478353],
[-100.52417246551, 36.996244101064],
[-100.47450070488, 36.976259070464],
[-100.49940957013, 36.936414928172],
[-100.52429123848, 36.896566063794],
[-100.47468726152, 36.87658204454],
[-100.49956203583, 36.836739783012],
[-100.52440968748, 36.796892853996],
[-100.47487330945, 36.776909904642],
[-100.49971408601, 36.737069641053],
[-100.52452781384, 36.697224764498],
[-100.47505885074, 36.677242943513],
[-100.49986572236, 36.637404794862],
[-100.52464561887, 36.597562087693],
[-100.47524388747, 36.577581453456],
[-100.50001694656, 36.537745536565],
[-100.45066221429, 36.517754817116],
[-100.47542842168, 36.477925726332],
[-100.5001677603, 36.438092157847],
[-100.45087994974, 36.418102733721],
[-100.47561245543, 36.378276053556],
[-100.50031816525, 36.338444949942],
[-100.45109709516, 36.31845687928],
[-100.47579599074, 36.278632726097],
[-100.50046816307, 36.238804203642],
[-100.45131365294, 36.21881754449],
[-100.42662158566, 36.258634711574],
[-100.37747391083, 36.23861542791],
[-100.40218583338, 36.198809626926],
[-100.35308471134, 36.178780471733],
[-100.37778974506, 36.138981701756],
[-100.27970711974, 36.098882544521],
[-100.30442497367, 36.059102236456],
[-100.10865841418, 35.978695802203],
[-100.1334280993, 35.938956883079],
[-100.15817115827, 35.899213692684],
[-100.01174306282, 35.838756295386],
[-100.03651793616, 35.799043225891],
[-99.987781163681, 35.778860234775],
[-99.962986901504, 35.81856182827],
[-99.914257352633, 35.798346395259],
[-99.939070964554, 35.758656288323],
[-99.890387345025, 35.738431407407],
[-99.91519368184, 35.698748572979],
[-99.817944698283, 35.658259114224],
[-99.8427629682, 35.618595102842],
[-99.648660249822, 35.537412183543],
[-99.673528469534, 35.497790160089],
[-99.576674352025, 35.457097157026],
[-99.601554057802, 35.417494123043],
[-99.553185708629, 35.397128124501],
[-99.578057868468, 35.357532548855],
[-99.529734896356, 35.337157461482],
[-99.504843843036, 35.376741442564],
[-99.456528466614, 35.356334098192],
[-99.481438374928, 35.316761722062],
[-99.433168309733, 35.296345351554],
[-99.408239584891, 35.33590611236],
[-99.359977203328, 35.315457506054],
[-99.335003194837, 35.355002508165],
[-99.142144027787, 35.272955686696],
[-99.117068705119, 35.31244991088],
[-99.020761335918, 35.271279891761],
[-98.99562224571, 35.310746548976],
[-98.80325303868, 35.228113886106],
[-98.778013410709, 35.267529444328],
[-98.681952101128, 35.226067013686],
[-98.656649042521, 35.265454813347],
[-98.608640160081, 35.244681240847],
[-98.633961521659, 35.20530520713],
[-98.585997665028, 35.184523034717],
[-98.56065803891, 35.223887292354],
[-98.46477409776, 35.182238352422],
[-98.439371283587, 35.221574734611],
[-98.391451318573, 35.200707977949],
[-98.263943458722, 35.397265472638],
[-98.311954253185, 35.418191288571],
[-98.286389984903, 35.457501335171],
[-98.238361012407, 35.436563703339],
[-98.212751517638, 35.47585744697],
[-98.260798672154, 35.496806896037],
[-98.235180276065, 35.536107943566],
[-98.187114935569, 35.515146675933],
[-98.161451227289, 35.554431362616],
[-98.209534757697, 35.575404450139],
[-98.183862078049, 35.614696388122],
[-98.135760353821, 35.59371147939],
[-97.92925072062, 35.907784576459],
[-97.977498132775, 35.928864101725],
[-97.951579235646, 35.968113676391],
[-97.903313595742, 35.947022318283],
[-97.877348912311, 35.986255213085],
[-97.925632783596, 36.007358405302],
[-97.899658736897, 36.046598260658],
[-97.851356630628, 36.025483233073],
[-97.825336710927, 36.064706350437],
[-97.873657055754, 36.085833214646],
[-97.847627700307, 36.125063239438],
[-97.799289113375, 36.103924537356],
[-97.773213798075, 36.143137765991],
[-97.821570630629, 36.164288307191],
[-97.795485806724, 36.203508390046],
[-97.747110725061, 36.182346008491],
[-97.7209798543, 36.221549236987],
[-97.769373188533, 36.242723460132],
[-97.690868166621, 36.360338314832],
[-97.664643969327, 36.399533054826],
[-97.71313834344, 36.420734032662],
[-97.68690446044, 36.459935457966],
[-97.638391776434, 36.438722642469],
[-97.612111547474, 36.477907049804],
[-97.660642544724, 36.499131704165],
[-97.63435255573, 36.538322743279],
[-97.585803241915, 36.517086248855],
[-97.559466819157, 36.556260211635],
[-97.608034452827, 36.577508547316],
[-97.476020802837, 36.773358060546],
[-97.449533159418, 36.812511865446],
[-97.498239179859, 36.833810527588],
[-97.392077743131, 36.990418516441],
[-97.365466081548, 37.029556727001],
[-97.414292652737, 37.050893780107],
[-97.387670827361, 37.090038254856],
[-97.338825816135, 37.068689366582],
[-97.312156905336, 37.107816407002],
[-97.361020359626, 37.129177131576],
[-97.254131230899, 37.285676093905],
[-97.20519397472, 37.264268012933],
[-97.178381211207, 37.303366634323],
[-97.227336925106, 37.324786557168],
[-97.200513725958, 37.363891252983],
[-97.249516835835, 37.385302098942],
[-97.222683206758, 37.424412833093],
[-97.173661591376, 37.402990153065],
[-97.146780479208, 37.442083229115],
[-97.195820602936, 37.463517744304],
[-97.168928982116, 37.502616804259],
[-97.142008301974, 37.541709984628],
[-97.240249901888, 37.584563394154],
[-97.213337280792, 37.623674313383],
[-97.360973953409, 37.687832071019],
[-97.334088262962, 37.726972454268],
[-97.432695957118, 37.769662365469],
[-97.405818693605, 37.808820340025],
[-97.455185155106, 37.830145331728],
[-97.428297549824, 37.869309081988],
[-97.576629013795, 37.933192058448],
[-97.603459760048, 37.893993085244],
[-97.801567953407, 37.9788257502],
[-97.828293103777, 37.939573978649],
[-97.877873906206, 37.960717163508],
[-97.904550714695, 37.921447766007],
[-97.954141404254, 37.942557928702],
[-97.927483842746, 37.981838993609],
[-97.977122909485, 38.002939447015],
[-98.003761180923, 37.963646724962],
[-98.103087979457, 38.005760130554],
[-98.129658466503, 37.966438210828],
[-98.229062690614, 38.008442647994],
[-98.255565280807, 37.969091604832],
[-98.355046559837, 38.010986983693],
[-98.407886795125, 37.932220975036],
[-98.457631740375, 37.953113265493],
[-98.483988939468, 37.913709974065],
[-98.583526198076, 37.955406906924],
[-98.609815301332, 37.915974724575],
[-98.659607481027, 37.936779355963],
[-98.685848110767, 37.89732989262],
[-98.735649338715, 37.918101444896],
[-98.761841504925, 37.878634741796],
[-98.81165169537, 37.899373215417],
[-98.837795408243, 37.859889313822],
[-98.937462178653, 37.901278527299],
[-98.989584441609, 37.82224779378],
[-99.089286109836, 37.863504676446],
[-99.115264606767, 37.823957950659],
[-99.16513828284, 37.844542505136],
[-99.191068332209, 37.804978757923],
[-99.240950495118, 37.825530226204],
[-99.266832108298, 37.78594949897],
[-99.316722672797, 37.806467881998],
[-99.342555861363, 37.76687021617],
[-99.442381963626, 37.807819149181],
[-99.468146630361, 37.768193167619],
[-99.518082034529, 37.788623707944],
[-99.569486250217, 37.709332649807],
[-99.669361085483, 37.750083058894],
[-99.694980477642, 37.710406670625],
[-99.794927503217, 37.751047474398],
[-99.846000805462, 37.671633221939],
[-99.895975850719, 37.691898312301],
[-99.972314591047, 37.572703299265],
[-100.02225659591, 37.592912635869],
[-100.09828307707, 37.47363680305],
[-100.14819184337, 37.493790441132],
[-100.17345801404, 37.454010241136],
[-100.12356961629, 37.433867920437],
[-100.14882841466, 37.394093949004],
[-100.19869645079, 37.414224953653],
[-100.29937369261, 37.255033492519],
[-100.34918787801, 37.275097583982],
[-100.37426790204, 37.235275983175],
[-100.3244740846, 37.215223190227],
[-100.34954699207, 37.175407969397],
[-100.3993204487, 37.195449465192],
[-100.47431363744, 37.075940689238],
[-100.52405336725, 37.095926672539],
[-100.548976044, 37.056069486]
]
]
},
"properties": {
"id": "3d53686271c67f95040901c58b11b567",
"details": {
"product": "convective",
"category": "cat",
"day": 1,
"range": {
"minTimestamp": 1527624000,
"maxTimestamp": 1527681600,
"minDateTimeISO": "2018-05-29T20:00:00+00:00",
"maxDateTimeISO": "2018-05-30T12:00:00+00:00"
},
"issuedTimestamp": 1527623880,
"issuedDateTimeISO": "2018-05-29T19:58:00+00:00",
"risk": {
"type": "enhanced",
"name": "enhanced risk",
"code": 6
}
}
}
}]
}
The following properties will be provided in every response object:
Last modified: August 18, 2022