Current section

Files

Jump to
flickrex lib flickr getMethodInfo flickr.places.getChildrenWithPhotosPublic.json
Raw

lib/flickr/getMethodInfo/flickr.places.getChildrenWithPhotosPublic.json

{
"stat": "ok",
"method": {
"response": {
"_content": "<places total=\"79\">\n <place place_id=\"HznQfdKbB58biy8sdA\" woeid=\"26332794\"\n latitude=\"45.498\" longitude=\"-73.575\"\n place_url=\"/Canada/Quebec/Montreal /Montreal+Golden+Square+Mile\"\n place_type=\"neighbourhood\" photo_count=\"2717\">\n Montreal Golden Square Mile, Montreal, QC, CA, Canada\n </place>\n <place place_id=\"K1rYWmGbB59rwn7lOA\" woeid=\"26332799\"\n latitude=\"45.502\" longitude=\"-73.578\"\n place_url=\"/Canada/Quebec/Montreal/Downtown+Montr%C3%A9al\"\n place_type=\"neighbourhood\" photo_count=\"2317\">\n Downtown Montréal, Montreal, QC, CA, Canada\n </place>\n\n <!-- and so on... -->\n\n</places>"
},
"requiredperms": 0,
"needssigning": 0,
"needslogin": 0,
"name": "flickr.places.getChildrenWithPhotosPublic",
"description": {
"_content": "Return a list of locations with public photos that are parented by a Where on Earth (WOE) or Places ID."
}
},
"errors": {
"error": [
{
"message": "Required parameter missing",
"code": "1",
"_content": "One or more required parameter is missing from the API call."
},
{
"message": "Not a valid Places ID",
"code": "2",
"_content": "An invalid Places (or WOE) ID was passed with the API call."
},
{
"message": "Place not found",
"code": "3",
"_content": "No place could be found for the Places (or WOE) ID passed to the API call."
},
{
"message": "Invalid API Key",
"code": 100,
"_content": "The API key passed was not valid or has expired."
},
{
"message": "Service currently unavailable",
"code": 105,
"_content": "The requested service is temporarily unavailable."
},
{
"message": "Write operation failed",
"code": 106,
"_content": "The requested operation failed due to a temporary issue."
},
{
"message": "Format \"xxx\" not found",
"code": 111,
"_content": "The requested response format was not found."
},
{
"message": "Method \"xxx\" not found",
"code": 112,
"_content": "The requested method was not found."
},
{
"message": "Invalid SOAP envelope",
"code": 114,
"_content": "The SOAP envelope send in the request could not be parsed."
},
{
"message": "Invalid XML-RPC Method Call",
"code": 115,
"_content": "The XML-RPC request document could not be parsed."
},
{
"message": "Bad URL found",
"code": 116,
"_content": "One or more arguments contained a URL that has been used for abuse on Flickr."
}
]
},
"arguments": {
"argument": [
{
"optional": 0,
"name": "api_key",
"_content": "Your API application key. <a href=\"/services/api/misc.api_keys.html\">See here</a> for more details."
},
{
"optional": "1",
"name": "place_id",
"_content": "A Flickr Places ID. (While optional, you must pass either a valid Places ID or a WOE ID.)"
},
{
"optional": "1",
"name": "woe_id",
"_content": "A Where On Earth (WOE) ID. (While optional, you must pass either a valid Places ID or a WOE ID.)"
}
]
}
}