{ "opencollection": "1.0.0", "info": { "name": "CycleCalcs Astronomy Conventions API", "version": "2.0.0" }, "items": [ { "info": { "name": "Conventions", "type": "folder" }, "items": [ { "info": { "name": "Every convention, threshold, model and limit the API uses, as data", "type": "http" }, "http": { "method": "GET", "url": "https://www.cyclecalcs.com/v2/conventions", "params": [ { "name": "format", "value": "json", "type": "query", "description": "Response representation. Each endpoint serves a subset of json, csv and txt; see that operation's description for the exact list, or GET /v2 for every endpoint's formats array. An unsupported value is 400 BAD_FORMAT with the accepted list in `supported`." }, { "name": "precision", "value": "6", "type": "query", "description": "Decimal places for numeric fields." }, { "name": "pretty", "value": "1", "type": "query", "description": "Whether the JSON body is indented (1) or compact (0). Has no effect on csv or txt." }, { "name": "verbosity", "value": "full", "type": "query", "description": "full includes prose notes, frame definitions and withheld-field reasons in meta. compact keeps every value and every machine-readable name and drops the prose." } ] }, "docs": "Every convention, threshold, model and limit the API uses, as data. Formats: json. Example: GET /v2/conventions" } ] } ], "bundled": true }