Prescription Trails API

Prescription Trails API

The Basics

Prescription Trails makes our database of trails around the state available to other developers via a JSON API.

These data are licensed under the Creative Commons Attribution 4.0 International License.

Trail Object

Trail data can be retrieved by sending a GET request to https://prescriptiontrails.org/api/trail/ with the trail's id as a variable. For example, GET https://prescriptiontrails.org/api/trail/?id=2 returns the following information in JSON:


	{
    "id": 2,
    "name": "Tingley Beach",
    "city": "Albuquerque",
    "zip": 87104,
    "crossstreets": "Central Ave. & Tingley Dr. SW",
    "address": "1800 Tingley Drive SW",
    "transit": "ABQ Ride Stops:  #66, Rapid Ride",
    "lat": "35.086244",
    "lng": "-106.674171",
    "desc": "Tingley%20Beach%20is%20on%20the%20Rio%20Grande%2C%20near%20downtown%20Albuquerque%2C%20next%20to%20the%20BIOPark%20%E2%80%93%20Zoo%20and%20Aquarium%20and%20offers%20fishing%2C%20hiking%2C%20model%20boat%20sailing%2C%20wildlife%20viewing%20and%20walking%20trails%20around%20three%20ponds.%20For%20more%20information%20on%20events%2C%20call%20505-248-8514.%20Visit%20the%20city%27s%20%3Ca%20href%3D%22https%3A%2F%2Fwww.cabq.gov%2Fculturalservices%2Fbiopark%2Ftingley%2Ffishing%2Fweekly-fishing-report%22%3EWeekly%20Fishing%20Report%3C%2Fa%3E%20for%20information%20on%20fishing.",
    "lighting": "None",
    "difficulty": 1,
    "surface": "5-foot wide pavement",
    "parking": "ADA accessible, ample parking on site",
    "facilities": "Restrooms, bike racks",
    "hours": "Dawn to dusk",
    "loopcount": 3,
    "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551278tingleyBeachSat.png",
    "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551300tingly.jpg",
    "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1450551300tingly.jpg",
    "attractions": [
        "paddle%20boat%20rentals",
        "Model%20boat%20sailing",
        "Bird%20watching",
        "Fishing%20-%20Train%20station%20sells%20bait",
        "Seasonal%20gift%20shop%2C%20snack%20bar%2C%20and%20cafe"
    ],
    "loops": {
        "1": {
            "name": "North Loop",
            "distance": "0.16",
            "steps": 338
        },
        "2": {
            "name": "Central Pond and Children's Pond",
            "distance": "0.17",
            "steps": 359
        },
        "3": {
            "name": "Large Central and South Ponds Connect",
            "distance": "0.6",
            "steps": 1267
        }
    },
    "published": "true",
    "rating": 4,
    "ratings": 2,
    "favorites": 8,
    "ModifiedTime": "2023-08-23 10:09:47",
    "reviews": 0,
    "url": "https:\/\/prescriptiontrails.org\/trail\/2\/tingley-beach\/",
    "translations": [
        "es"
    ]
}
                    

Filter

Our database can be searched by sending a GET request to https://prescriptiontrails.org/api/filter/ with filter commands as variables. Each request will return the number of trails returned as countReturned and the total number of trails matched by the query as totalMatched. Note, you must set offset and count. For example, GET https://prescriptiontrails.org/api/filter/?by=city&city=Albuquerque&offset=0&count=6 returns the following information in JSON:


	{
    "trails": [
        {
            "id": 1,
            "name": "Tingley Field",
            "city": "Albuquerque",
            "zip": 87102,
            "crossstreets": "Coal and 10th SW",
            "address": "10 Atlantic Ave SW",
            "transit": "ABQ Ride Stops:  #53, #54",
            "lat": "35.0772432",
            "lng": "-106.6555564",
            "desc": "This%20redeveloped%20park%20provides%20a%20catchment%20basin%20in%20monsoon%20season%2C%20and%20the%20new%20recreation%20facilities%20and%20walking%20trail%20are%20great%20for%20the%20whole%20family.",
            "lighting": "On trail and parking lot",
            "difficulty": 1,
            "surface": "6-foot+ wide sidewalk, 4-foot wide gravel on 2 sides",
            "parking": "On site",
            "facilities": "Restrooms",
            "hours": "6 a.m. - 10 p.m.",
            "loopcount": 1,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450547549tingleyParkSat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1455036748P1130010.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1455036748P1130010.jpg",
            "attractions": [
                "%3Ca%20href%3D%22https%3A%2F%2Fwww.cabq.gov%2Fculturalservices%2Fbiopark%2Fzoo%22%3EZoo%3C%2Fa%3E%20located%20across%2010th%20Street",
                "Tennis%20courts%20across%208th%20street",
                "Shaded%20playgrounds%20and%20picnic%20area",
                "Grassy%20field",
                "Softball%20fields"
            ],
            "loops": {
                "1": {
                    "name": "Main Loop",
                    "distance": "0.6",
                    "steps": 1267
                }
            },
            "published": "true",
            "rating": 3,
            "ratings": 1,
            "favorites": 2,
            "ModifiedTime": "2023-08-23 10:09:40",
            "reviews": 1,
            "url": "https:\/\/prescriptiontrails.org\/trail\/1\/tingley-field\/"
        },
        {
            "id": 2,
            "name": "Tingley Beach",
            "city": "Albuquerque",
            "zip": 87104,
            "crossstreets": "Central Ave. & Tingley Dr. SW",
            "address": "1800 Tingley Drive SW",
            "transit": "ABQ Ride Stops:  #66, Rapid Ride",
            "lat": "35.086244",
            "lng": "-106.674171",
            "desc": "Tingley%20Beach%20is%20on%20the%20Rio%20Grande%2C%20near%20downtown%20Albuquerque%2C%20next%20to%20the%20BIOPark%20%E2%80%93%20Zoo%20and%20Aquarium%20and%20offers%20fishing%2C%20hiking%2C%20model%20boat%20sailing%2C%20wildlife%20viewing%20and%20walking%20trails%20around%20three%20ponds.%20For%20more%20information%20on%20events%2C%20call%20505-248-8514.%20Visit%20the%20city%27s%20%3Ca%20href%3D%22https%3A%2F%2Fwww.cabq.gov%2Fculturalservices%2Fbiopark%2Ftingley%2Ffishing%2Fweekly-fishing-report%22%3EWeekly%20Fishing%20Report%3C%2Fa%3E%20for%20information%20on%20fishing.",
            "lighting": "None",
            "difficulty": 1,
            "surface": "5-foot wide pavement",
            "parking": "ADA accessible, ample parking on site",
            "facilities": "Restrooms, bike racks",
            "hours": "Dawn to dusk",
            "loopcount": 3,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551278tingleyBeachSat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551300tingly.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1450551300tingly.jpg",
            "attractions": [
                "paddle%20boat%20rentals",
                "Model%20boat%20sailing",
                "Bird%20watching",
                "Fishing%20-%20Train%20station%20sells%20bait",
                "Seasonal%20gift%20shop%2C%20snack%20bar%2C%20and%20cafe"
            ],
            "loops": {
                "1": {
                    "name": "North Loop",
                    "distance": "0.16",
                    "steps": 338
                },
                "2": {
                    "name": "Central Pond and Children's Pond",
                    "distance": "0.17",
                    "steps": 359
                },
                "3": {
                    "name": "Large Central and South Ponds Connect",
                    "distance": "0.6",
                    "steps": 1267
                }
            },
            "published": "true",
            "rating": 4,
            "ratings": 2,
            "favorites": 8,
            "ModifiedTime": "2023-08-23 10:09:47",
            "reviews": 0,
            "url": "https:\/\/prescriptiontrails.org\/trail\/2\/tingley-beach\/"
        },
        {
            "id": 3,
            "name": "Tiguex Park",
            "city": "Albuquerque",
            "zip": 87104,
            "crossstreets": "Mountain & Rio Grande NW",
            "address": "1800 Mountain Rd NW",
            "transit": "ABQ Ride Stops:  #36, bus stop on Rio Grande & Mountain - 235 steps to park",
            "lat": "35.0967569",
            "lng": "-106.66616",
            "desc": "Walk%20two%20loop%20paths%20at%20Tiguex%20Park%2C%20starting%20at%2019th%20Street.%20The%20outer%20loop%20and%20inner%20loop%20connect%20at%20several%20points%2C%20adding%20variety.%20The%20park%20is%20visible%20from%20the%20street%2C%20and%20many%20people%20visit%20it.",
            "lighting": "None",
            "difficulty": 1,
            "surface": "8-foot wide concrete",
            "parking": "On street",
            "facilities": "Picnic tables",
            "hours": "6 a.m. - 10 p.m.",
            "loopcount": 2,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551913tiguex-park.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450551924tiguex.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1450551924tiguex.jpg",
            "attractions": [
                "Nearby%3A%20%3Ca%20href%3D%22http%3A%2F%2Fwww.nmnaturalhistory.org%2F%22%3ENew%20Mexico%20Museum%20of%20Natural%20History%20and%20Science%3C%2Fa%3E",
                "Nearby%3A%20%3Ca%20href%3D%22http%3A%2F%2Fwww.explora.us%2F%22%3EExplora%3C%2Fa%3E",
                "Nearby%3A%20%3Ca%20href%3D%22http%3A%2F%2Fwww.cabq.gov%2Fculturalservices%2Falbuquerque-museum%22%3EAlbuquerque%20Museum%20of%20Art%20and%20History%3C%2Fa%3E",
                "Exercise%20stations%3A%20outdoor%20fitness%20equipment%20located%20along%20walking%20trail",
                "Basketball%20courts",
                "Play%20areas"
            ],
            "loops": {
                "1": {
                    "name": "Inner Loop",
                    "distance": "0.3",
                    "steps": 634
                },
                "2": {
                    "name": "Outer Loop",
                    "distance": "0.5",
                    "steps": 1056
                }
            },
            "published": "true",
            "rating": 4,
            "ratings": 2,
            "favorites": 9,
            "ModifiedTime": "2023-08-23 10:16:03",
            "reviews": 0,
            "url": "https:\/\/prescriptiontrails.org\/trail\/3\/tiguex-park\/"
        },
        {
            "id": 4,
            "name": "Durand Open Space",
            "city": "Albuquerque",
            "zip": 87105,
            "crossstreets": "Isleta Blvd. & Metzgar Rd. SW",
            "address": "4812 Isleta Blvd SW",
            "transit": "Abq Ride Stop #53",
            "lat": "35.001974",
            "lng": "-106.689702",
            "desc": "This%20trail%20around%20grain%20fields%20provides%20a%20relaxing%20and%20fun%20walk.%20The%20site%20is%20farmed%20for%20wildlife%20to%20attract%20birds%2C%20and%20features%20a%20crossing%20to%20the%20bosque.%20Known%20by%20residents%20and%20pilots%20as%20the%20%E2%80%9CP-Patch%E2%80%9D%2C%20the%20landing%20strip%20and%20an%20adjoining%20hanger%20were%20used%20to%20conduct%20aircraft%20repair%20and%20restoration.%20%20Following%20the%20closure%20of%20the%20landing%20strip%20in%20the%201970s%2C%20the%20property%20reverted%20to%20agriculture.",
            "lighting": "None",
            "difficulty": 2,
            "surface": "5-foot wide crusher fine",
            "parking": "On site",
            "facilities": "Benches",
            "hours": "Dawn to dusk",
            "loopcount": 1,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450748639durandParkSat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1454876314Durand.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1454876314Durand.jpg",
            "attractions": [
                "Bird%20watching",
                "Agriculture%20fields%20and%20an%20acequia",
                "Shaded%20picnic%20tables",
                "Views",
                "Dogs%20allowed%20on%20leash%20only"
            ],
            "loops": {
                "1": {
                    "name": "Main Loop",
                    "distance": "0.6",
                    "steps": 1267
                }
            },
            "published": "true",
            "rating": 3.5,
            "ratings": 2,
            "favorites": 4,
            "ModifiedTime": "2023-05-24 14:26:50",
            "reviews": 0,
            "url": "https:\/\/prescriptiontrails.org\/trail\/4\/durand-open-space\/"
        },
        {
            "id": 5,
            "name": "Gutierrez-Hubbell Open Space",
            "city": "Albuquerque",
            "zip": 87105,
            "crossstreets": "Isleta Blvd. & Don Felipe Rd. SW",
            "address": "6029 Isleta Blvd SW",
            "transit": "ABQ Ride Stops:  #66, Rapid Ride",
            "lat": "34.989444",
            "lng": "-106.696689",
            "desc": "Gutierrez-Hubbell%20House%20Open%20Space%20offers%20views%20of%20the%20farm%20and%20demonstration%20gardens%20on%20this%20historic%20site%2C%20making%20this%20a%20pleasing%20walk.%20Many%20public%20events%20are%20offered%20throughout%20the%20year%20-%20call%20%28505%29%20314-0400%20for%20details.",
            "lighting": "None",
            "difficulty": 3,
            "surface": "4-foot wide loose mulch or crusher fine",
            "parking": "On site during open hours or along Hubbell",
            "facilities": "Historic building",
            "hours": "dawn to dusk",
            "loopcount": 2,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450749461gutierrezHubbellSat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1450749670CIMG6601.JPG",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1450749670CIMG6601.JPG.jpg",
            "attractions": [
                "%3Ca%20href%3D%22http%3A%2F%2Fgutierrezhubbellhouse.org%22%3EGuti%C3%A9rrez-Hubbell%20House%3C%2Fa%3E%20-%20open%20Tuesdays%20through%20Saturdays%20from%2010%20a.m.%20%E2%80%93%202%20p.m.",
                "Agriculture%20fields%20and%20an%20acequia",
                "Demonstration%20gardens",
                "Dogs%20-%20on%20leash%20only"
            ],
            "loops": {
                "1": {
                    "name": "Upper Loop",
                    "distance": "0.3",
                    "steps": 634
                },
                "2": {
                    "name": "Lower Loop",
                    "distance": "0.4",
                    "steps": 845
                }
            },
            "published": "true",
            "rating": 3.5,
            "ratings": 2,
            "favorites": 4,
            "ModifiedTime": "2023-05-24 14:26:48",
            "reviews": 0,
            "url": "https:\/\/prescriptiontrails.org\/trail\/5\/gutierrez-hubbell-open-space\/"
        },
        {
            "id": 6,
            "name": "Pajarito Open Space",
            "city": "Albuquerque",
            "zip": 87105,
            "crossstreets": "Isleta Blvd. & Pajarito Rd. SW",
            "address": "6001 Beck Rd SW",
            "transit": "None",
            "lat": "34.9919803",
            "lng": "-106.7037313",
            "desc": "A%20trail%20around%20the%20grain%20field%20and%20under%20the%20trees%20provides%20a%20relaxing%20and%20fun%20walk.%20Pajarito%20Open%20Space%20offers%20a%20beautiful%20view%20of%20the%20West%20Mesa%20and%20the%20large%20trees%20are%20ideal%20for%20bird%20watching.%20It%20is%20located%20at%20the%20southwest%20corner%20of%20Beck%20Rd.%20and%20Don%20Felipe%20Rd.%20The%20property%20was%20owned%20by%20the%20Beck%20family%20for%20many%20years%20and%20was%20a%20small%20family%20dairy%20farm%20with%20surrounding%20alfalfa%20fields.%20The%20property%20is%20surrounded%20by%20a%20mix%20of%20agricultural%20and%20residential%20development.",
            "lighting": "None",
            "difficulty": 2,
            "surface": "6 - 10 foot wide crusher fine",
            "parking": "On site",
            "facilities": "None",
            "hours": "Dawn to dusk",
            "loopcount": 3,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1451166291pajaritoSat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1451166297Pajarito.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1451166297Pajarito.jpg",
            "attractions": [
                "Shaded%20benches",
                "Picnic%20tables",
                "Dogs%20permited%20on%20leash%20only"
            ],
            "loops": {
                "1": {
                    "name": "North Loop (1)",
                    "distance": "0.3",
                    "steps": 634
                },
                "2": {
                    "name": "Middle Loop (2)",
                    "distance": "0.5",
                    "steps": 1056
                },
                "3": {
                    "name": "South Loop (3)",
                    "distance": "0.6",
                    "steps": 1267
                }
            },
            "published": "true",
            "rating": 3.5,
            "ratings": 2,
            "favorites": 6,
            "ModifiedTime": "2023-05-24 14:26:46",
            "reviews": 0,
            "url": "https:\/\/prescriptiontrails.org\/trail\/6\/pajarito-open-space\/"
        }
    ],
    "countReturned": 6,
    "totalMatched": 53
}
                    
Filtering options

city - Returns trails in a given city or county. Example GET https://prescriptiontrails.org/api/filter/?by=city&city=Albuquerque&offset=0&count=6


zip - Returns trails in zip code. Example GET https://prescriptiontrails.org/api/filter/?zip=87102&by=zip&offset=0&count=6


name - Searches for a string. Example GET https://prescriptiontrails.org/api/filter/?name=tingley&by=name&offset=0&count=6


Filtering by current location

To search for trails near a location, simply pass a latitude and longitude to the filter endpoint. This search does not return a meaningful totalMatched object. The function will return as many trails as you designate with the count option within 75 miles. The distance from the provided coordinates for each trail is given in the returned distance variable. The following query provides the two trails nearest to the Rio Grande Flying Star. GET https://prescriptiontrails.org/api/filter/?by=coord&lat=35.138321399999995&lng=-106.6676598&offset=0&count=2

    
        {
    "trails": [
        {
            "id": 21,
            "name": "Los Poblanos Open Space",
            "city": "Albuquerque",
            "zip": 87107,
            "crossstreets": "Montano & Rio Grande Blvd. NW but access is easier from 4th St then west to site",
            "address": "Montano & Rio Grande Blvd. NW",
            "transit": "unavailable",
            "lat": "35.1359657",
            "lng": "-106.6692826",
            "desc": "Visit%20the%20site%20of%20the%20annual%20Harvest%20Festival%20and%20Maize%20Maze.%20Be%20sure%20to%20check%20out%20the%20community%20garden%20maintained%20by%20Rio%20Grande%20Community%20Farm%21%20Enter%20from%20Montano%20Boulevard%20or%20from%20Alvarado%20Elementary%20School%20%28Solar%20%26%20Nabor%29%20on%20the%20north%20side.",
            "lighting": "None",
            "difficulty": 3,
            "surface": "Wide natural farm roads, ditch banks",
            "parking": "On street",
            "facilities": "Pet waste receptables",
            "hours": "7 a.m. to dusk",
            "loopcount": 4,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1453068710los-poblanos-open-space-sat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1453672133CIMGd3962.jpg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1453672133CIMGd3962.jpg",
            "attractions": [
                "Wildlife%20habitat",
                "Active%20farming",
                "Lots%20of%20activity",
                "Bicycle%20lane%20on%20Mantano"
            ],
            "loops": {
                "1": {
                    "name": "Outer Perimeter",
                    "distance": "1.86",
                    "steps": 3928
                },
                "2": {
                    "name": "Loop 1",
                    "distance": "1.0",
                    "steps": 2112
                },
                "3": {
                    "name": "Loop 2",
                    "distance": "0.9",
                    "steps": 1900
                },
                "4": {
                    "name": "Loop 3",
                    "distance": "0.8",
                    "steps": 1687
                }
            },
            "published": "true",
            "rating": 5,
            "ratings": 1,
            "favorites": 7,
            "ModifiedTime": "2023-05-24 14:24:51",
            "reviews": 0,
            "distance": 0.17920624833756,
            "url": "https:\/\/prescriptiontrails.org\/trail\/21\/los-poblanos-open-space\/"
        },
        {
            "id": 19,
            "name": "Aldo Leopold Trail",
            "city": "Albuquerque",
            "zip": 87107,
            "crossstreets": "Candelaria & Rio Grande Blvd NW",
            "address": "Candelaria & Rio Grande Blvd NW",
            "transit": "#36",
            "lat": "35.125096",
            "lng": "-106.6738396",
            "desc": "Accessed%20through%20Rio%20Grande%20Nature%20Center%20State%20Park%2C%20the%20trail%20starts%20at%20the%20center%E2%80%99s%20west%20gate.%20Cross%20the%20bridge%20and%20climb%20the%20hill%20to%20your%20right.%20At%20the%20top%20of%20the%20levee%2C%20cross%20the%20multi-use%20Paseo%20del%20Bosque%20trail.%20After%20hours%2C%20the%20trail%20can%20be%20accessed%20from%20the%20multi-use%20trail%20at%20the%20end%20of%20Candelaria.%20Access%20free%20from%20Paseo%20del%20Bosque%20trail.",
            "lighting": "None",
            "difficulty": 1,
            "surface": "6-8 foot wide asphalt",
            "parking": "An entrance fee is required.",
            "facilities": "Visitor Center",
            "hours": "6 a.m. to 10 p.m",
            "loopcount": 1,
            "satImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1453068527aldo-leopold-trail-sat.png",
            "largeImgURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/1475595595Unknown.jpeg",
            "thumbURL": "https:\/\/prescriptiontrails.org\/admin\/new\/images\/square_1475595595Unknown.jpg",
            "attractions": [
                "Wildlife%20viewing",
                "River%20access",
                "Nature%20Center%20parking%20lot%20and%20grounds%20are%20open%208-5"
            ],
            "loops": {
                "1": {
                    "name": "Main Loop",
                    "distance": "1.25",
                    "steps": 2640
                }
            },
            "published": "true",
            "rating": 3,
            "ratings": 1,
            "favorites": 6,
            "ModifiedTime": "2023-08-23 10:10:11",
            "reviews": 0,
            "distance": 0.97314305791236,
            "url": "https:\/\/prescriptiontrails.org\/trail\/19\/aldo-leopold-trail\/"
        }
    ],
    "countReturned": 2,
    "totalMatched": 2
}    
                        

Reviews

JSON responses for trail object requests include the number of user reviews under the key reviews. If reviews are available, we can use the following GET request to retrieve them: GET https://prescriptiontrails.org/api/reviews/?id=16


	[
    {
        "id": 1,
        "uid": 31,
        "tid": 16,
        "review": "This fantastic little park is located near the University and is beautiful in the summer and fall for afternoon or evening strolls. Highly recommend!",
        "datetime": "2016-10-10 14:44:48"
    }
]
                    

Translations

Notice that the JSON response for trail requests includes available translations under the key translations. In the request illustrated above, Spanish (es) is listed as an available translation. In order to retrieve this translation, we will send a GET request: GET https://prescriptiontrails.org/api/translation/?lang=es&id=2


	{
    "id": 7,
    "trail_id": 2,
    "desc": "Tingley%20Beach%20se%20encuentra%20en%20el%20R%C3%ADo%20Grande%2C%20cerca%20del%20centro%20de%20Albuquerque%2C%20junto%20al%20BioPark%20-%20Zoo%20y%20Acuario%2C%20y%20ofrece%20la%20pesca%2C%20excursionismo%2C%20navegaci%C3%B3n%20de%20veleros%2C%20vista%0D%0Ade%20vida%20salvaje%20y%20senderos%20para%20caminar%20alreadedor%20de%20tres%20estanques.%20Para%20obtener%20m%C3%A1s%20informaci%C3%B3n%20sobre%20los%20eventos%2C%20llame%20505-248-8514.%20Visita%20el%20Informe%20Semanal%20de%20Pesca%20de%20la%20ciudad%20para%20obtener%20informaci%C3%B3n%20sobre%20la%20pesca.",
    "lighting": "Ninguno",
    "surface": "Pavimento de 5 pies de ancho",
    "parking": "Accesible (ADA), amplio estacionamiento en el mismo lugar",
    "facilities": " Ba\u00f1os, estantes para bicicletas,",
    "hours": "Amanecer - Atardecer",
    "attractions": [
        "renta%20de%20botes%20de%20pedales",
        "navegaci%C3%B3n%20del%20bote%20modelo",
        "Buena%20observaci%C3%B3n%20de%20aves",
        "Pescadores%20de%20ca%C3%B1a%20de%2012%20a%C3%B1os%20en%20adelante%20necesitan%20una%20licencia%20v%C3%A1lida%20de%20pescar%20de%20Nuevo%20Mexico.%20La%20estaci%C3%B3n%20de%20tren%20vende%20anzuelos",
        "tienda%20de%20regalos%2C%20tienda%20de%20bocadillos%2C%20caf%C3%A9%20abierto%20en%20temporadas",
        ""
    ],
    "loops": {
        "1": {
            "name": "Trayectoria Circular Norte"
        },
        "2": {
            "name": "Estanque central y estanque de ni\u00f1os"
        },
        "3": {
            "name": "Conexi\u00f3n de los estanques grande Central y Sur"
        }
    },
    "lang": "es"
}
                    

Website Source Code

The source code for this website is available for use under the Creative Commons Attribution 4.0 International License. It is available at this GitHub repository.

Questions?

Feel free to contact us with any questions.