v1
latestOpenAPI 3.0.22026-07-132450182.6 KBRestricted Public Venues
Retrieve all restricted public venues located within given distance of location.
Retrieve venues existing within given distance from a point. Request body parameters are:
- latitude: WGS84 latitude coordinate of your selected point, in decimal degrees
- longitude: WGS84 longitude coordinate of your selected point, in decimal degrees
- distance: distance in meters (max allowed value is 25000)
post/us/v1/venues/distance-query
Headers
x-api-keystring
Request body
Example request
{
"longitude": -97.09,
"latitude": 32.75,
"distance": 2000
}Response
A GeoJSON FeatureCollection, one Feature for each venue found.
Example response
{
"found": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.033943,
32.747691
],
[
-97.034183,
32.743576
],
[
-97.034902,
32.739501
],
[
-97.036092,
32.735504
],
[
-97.037742,
32.731625
],
[
-97.039836,
32.7279
],
[
-97.042354,
32.724366
],
[
-97.045272,
32.721056
],
[
-97.048561,
32.718003
],
[
-97.052191,
32.715235
],
[
-97.056125,
32.712781
],
[
-97.060326,
32.710662
],
[
-97.064754,
32.7089
],
[
-97.069365,
32.707511
],
[
-97.074116,
32.70651
],
[
-97.078961,
32.705905
],
[
-97.083853,
32.705703
],
[
-97.088745,
32.705905
],
[
-97.09359,
32.70651
],
[
-97.098342,
32.707511
],
[
-97.102953,
32.7089
],
[
-97.107381,
32.710662
],
[
-97.111582,
32.712781
],
[
-97.115516,
32.715235
],
[
-97.119145,
32.718003
],
[
-97.122435,
32.721056
],
[
-97.125352,
32.724366
],
[
-97.12787,
32.7279
],
[
-97.129965,
32.731625
],
[
-97.131615,
32.735504
],
[
-97.132805,
32.739501
],
[
-97.133523,
32.743576
],
[
-97.133764,
32.747691
],
[
-97.133523,
32.751805
],
[
-97.132805,
32.75588
],
[
-97.131615,
32.759875
],
[
-97.129965,
32.763753
],
[
-97.12787,
32.767477
],
[
-97.125352,
32.771009
],
[
-97.122435,
32.774317
],
[
-97.119145,
32.777368
],
[
-97.115516,
32.780134
],
[
-97.111582,
32.782587
],
[
-97.107381,
32.784704
],
[
-97.102953,
32.786464
],
[
-97.098342,
32.787852
],
[
-97.09359,
32.788852
],
[
-97.088745,
32.789456
],
[
-97.083853,
32.789658
],
[
-97.078961,
32.789456
],
[
-97.074116,
32.788852
],
[
-97.069365,
32.787852
],
[
-97.064754,
32.786464
],
[
-97.060326,
32.784704
],
[
-97.056125,
32.782587
],
[
-97.052191,
32.780134
],
[
-97.048561,
32.777368
],
[
-97.045272,
32.774317
],
[
-97.042354,
32.771009
],
[
-97.039836,
32.767477
],
[
-97.037742,
32.763753
],
[
-97.036092,
32.759875
],
[
-97.034902,
32.75588
],
[
-97.034183,
32.751805
],
[
-97.033943,
32.747691
]
]
]
},
"properties": {
"venue_type": "MLB Stadium",
"name": "Globe Life Field"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.042464,
32.746931
],
[
-97.042704,
32.742816
],
[
-97.043423,
32.738741
],
[
-97.044613,
32.734744
],
[
-97.046263,
32.730865
],
[
-97.048357,
32.72714
],
[
-97.050875,
32.723606
],
[
-97.053793,
32.720296
],
[
-97.057082,
32.717243
],
[
-97.060711,
32.714475
],
[
-97.064645,
32.71202
],
[
-97.068846,
32.709902
],
[
-97.073274,
32.708139
],
[
-97.077886,
32.706751
],
[
-97.082637,
32.70575
],
[
-97.087482,
32.705145
],
[
-97.092374,
32.704943
],
[
-97.097266,
32.705145
],
[
-97.102111,
32.70575
],
[
-97.106862,
32.706751
],
[
-97.111474,
32.708139
],
[
-97.115902,
32.709902
],
[
-97.120103,
32.71202
],
[
-97.124037,
32.714475
],
[
-97.127666,
32.717243
],
[
-97.130955,
32.720296
],
[
-97.133873,
32.723606
],
[
-97.136391,
32.72714
],
[
-97.138485,
32.730865
],
[
-97.140135,
32.734744
],
[
-97.141325,
32.738741
],
[
-97.142044,
32.742816
],
[
-97.142284,
32.746931
],
[
-97.142044,
32.751045
],
[
-97.141325,
32.75512
],
[
-97.140135,
32.759115
],
[
-97.138485,
32.762993
],
[
-97.136391,
32.766717
],
[
-97.133873,
32.770249
],
[
-97.130955,
32.773557
],
[
-97.127666,
32.776609
],
[
-97.124037,
32.779374
],
[
-97.120103,
32.781827
],
[
-97.115902,
32.783944
],
[
-97.111474,
32.785705
],
[
-97.106862,
32.787092
],
[
-97.102111,
32.788092
],
[
-97.097266,
32.788697
],
[
-97.092374,
32.788899
],
[
-97.087482,
32.788697
],
[
-97.082637,
32.788092
],
[
-97.077886,
32.787092
],
[
-97.073274,
32.785705
],
[
-97.068846,
32.783944
],
[
-97.064645,
32.781827
],
[
-97.060711,
32.779374
],
[
-97.057082,
32.776609
],
[
-97.053793,
32.773557
],
[
-97.050875,
32.770249
],
[
-97.048357,
32.766717
],
[
-97.046263,
32.762993
],
[
-97.044613,
32.759115
],
[
-97.043423,
32.75512
],
[
-97.042704,
32.751045
],
[
-97.042464,
32.746931
]
]
]
},
"properties": {
"venue_type": "NFL Stadium",
"name": "Cowboys Stadium"
}
}
]
}
}