Advertisement
Joze

Untitled

Dec 19th, 2011
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ejemplo de búsqueda de locales a 800m a la redonda desde iZ3
  2. https://api.foursquare.com/v2/venues/search?intent=browse&ll=41.338559,1.995075&radius=800
  3.  
  4. https://api.foursquare.com/v2/venues/search?intent=browse&ll=41.338559,1.995075&radius=800&oauth_token=QU3ZFWWRPUFJEZCIIKAJLUIDFGD0FMHKDMKY4N1TZIGOJKUG&v=20111219
  5.  
  6. {
  7.  
  8.     meta: {
  9.         code: 200
  10.     }
  11.     notifications: [
  12.         {
  13.             type: "notificationTray"
  14.             item: {
  15.                 unreadCount: 0
  16.             }
  17.         }
  18.     ]
  19.     response: {
  20.         venues: [
  21.             {
  22.                 id: "4db562e66e8179a9138dfa0a"
  23.                 name: "Sant Climent"
  24.                 contact: { }
  25.                 location: {
  26.                     isFuzzed: true
  27.                     lat: 41.32870971535809
  28.                     lng: 2.0028360421453577
  29.                     distance: 1273
  30.                     city: "Sant Climent de Llobregat"
  31.                     state: "CT"
  32.                 }
  33.                 categories: [
  34.                     {
  35.                         id: "4bf58dd8d48988d103941735"
  36.                         name: "Home"
  37.                         pluralName: "Homes"
  38.                         shortName: "Home"
  39.                         icon: {
  40.                             prefix: "https://foursquare.com/img/categories/building/home_"
  41.                             sizes: [
  42.                                 32
  43.                                 44
  44.                                 64
  45.                                 88
  46.                                 256
  47.                             ]
  48.                             name: ".png"
  49.                         }
  50.                         primary: true
  51.                     }
  52.                 ]
  53.                 verified: false
  54.                 stats: {
  55.                     checkinsCount: 12
  56.                     usersCount: 5
  57.                     tipCount: 0
  58.                 }
  59.                 hereNow: {
  60.                     count: 0
  61.                 }
  62.             }
  63.             {
  64.                 id: "4dd2782d8877261f70fc1177"
  65.                 name: "Cal Refilat"
  66.                 contact: { }
  67.                 location: {
  68.                     address: "Plaça de la Vila, 3"
  69.                     lat: 41.337624
  70.                     lng: 1.996681
  71.                     distance: 169
  72.                     postalCode: "08849"
  73.                     city: "Sant Climent de Llobregat"
  74.                     state: "Catalonia"
  75.                 }
  76.                 categories: [ ]
  77.                 verified: false
  78.                 stats: {
  79.                     checkinsCount: 6
  80.                     usersCount: 5
  81.                     tipCount: 0
  82.                 }
  83.                 hereNow: {
  84.                     count: 0
  85.                 }
  86.             }
  87.             {
  88.                 id: "4e20803422717a5245c0fee0"
  89.                 name: "Hortet del baix"
  90.                 contact: { }
  91.                 location: {
  92.                     lat: 41.331313
  93.                     lng: 2.002542
  94.                     distance: 1019
  95.                     city: "Sant Climent de Llobregat"
  96.                     state: "Cataluña"
  97.                 }
  98.                 categories: [
  99.                     {
  100.                         id: "4d4b7105d754a06374d81259"
  101.                         name: "Food"
  102.                         pluralName: "Food"
  103.                         shortName: "Food"
  104.                         icon: {
  105.                             prefix: "https://foursquare.com/img/categories/food/default_"
  106.                             sizes: [
  107.                                 32
  108.                                 44
  109.                                 64
  110.                                 88
  111.                                 256
  112.                             ]
  113.                             name: ".png"
  114.                         }
  115.                         primary: true
  116.                     }
  117.                 ]
  118.                 verified: false
  119.                 stats: {
  120.                     checkinsCount: 5
  121.                     usersCount: 3
  122.                     tipCount: 0
  123.                 }
  124.                 hereNow: {
  125.                     count: 0
  126.                 }
  127.             }
  128.             {
  129.                 id: "4ed7acb2775b4437aa86f0af"
  130.                 name: "Cal Mari"
  131.                 contact: { }
  132.                 location: {
  133.                     isFuzzed: true
  134.                     lat: 41.33890468775233
  135.                     lng: 1.9930466339203077
  136.                     distance: 173
  137.                 }
  138.                 categories: [
  139.                     {
  140.                         id: "4bf58dd8d48988d103941735"
  141.                         name: "Home"
  142.                         pluralName: "Homes"
  143.                         shortName: "Home"
  144.                         icon: {
  145.                             prefix: "https://foursquare.com/img/categories/building/home_"
  146.                             sizes: [
  147.                                 32
  148.                                 44
  149.                                 64
  150.                                 88
  151.                                 256
  152.                             ]
  153.                             name: ".png"
  154.                         }
  155.                         primary: true
  156.                     }
  157.                 ]
  158.                 verified: false
  159.                 stats: {
  160.                     checkinsCount: 1
  161.                     usersCount: 1
  162.                     tipCount: 0
  163.                 }
  164.                 hereNow: {
  165.                     count: 0
  166.                 }
  167.             }
  168.             {
  169.                 id: "4ee8f1d60e019eee5ea4d29b"
  170.                 name: "iZ3 / iZ3Solutions"
  171.                 contact: {
  172.                     twitter: "iz3solutions"
  173.                 }
  174.                 location: {
  175.                     address: "Costafustera 10"
  176.                     lat: 41.338416
  177.                     lng: 1.995068
  178.                     distance: 15
  179.                     postalCode: "08849"
  180.                     state: "Barcelona"
  181.                 }
  182.                 categories: [
  183.                     {
  184.                         id: "4bf58dd8d48988d125941735"
  185.                         name: "Tech Startup"
  186.                         pluralName: "Tech Startups"
  187.                         shortName: "Tech Startup"
  188.                         icon: {
  189.                             prefix: "https://foursquare.com/img/categories/shops/technology_"
  190.                             sizes: [
  191.                                 32
  192.                                 44
  193.                                 64
  194.                                 88
  195.                                 256
  196.                             ]
  197.                             name: ".png"
  198.                         }
  199.                         primary: true
  200.                     }
  201.                 ]
  202.                 verified: false
  203.                 stats: {
  204.                     checkinsCount: 1
  205.                     usersCount: 1
  206.                     tipCount: 1
  207.                 }
  208.                 hereNow: {
  209.                     count: 0
  210.                 }
  211.             }
  212.             {
  213.                 id: "4eeee71fd3e3246bdcf4a02b"
  214.                 name: "Troqueles J. A."
  215.                 contact: { }
  216.                 location: {
  217.                     address: "Cami De Can Bori"
  218.                     lat: 41.331421
  219.                     lng: 2.001907
  220.                     distance: 978
  221.                     city: "Sant Climent De Llobregat"
  222.                 }
  223.                 categories: [
  224.                     {
  225.                         id: "4eb1bea83b7b6f98df247e06"
  226.                         name: "Factory"
  227.                         pluralName: "Factories"
  228.                         shortName: "Factory"
  229.                         icon: {
  230.                             prefix: "https://foursquare.com/img/categories/building/default_"
  231.                             sizes: [
  232.                                 32
  233.                                 44
  234.                                 64
  235.                                 88
  236.                                 256
  237.                             ]
  238.                             name: ".png"
  239.                         }
  240.                         primary: true
  241.                     }
  242.                 ]
  243.                 verified: false
  244.                 stats: {
  245.                     checkinsCount: 1
  246.                     usersCount: 1
  247.                     tipCount: 0
  248.                 }
  249.                 hereNow: {
  250.                     count: 0
  251.                 }
  252.             }
  253.             {
  254.                 id: "4ebfb3bbd5fb50d70f44fb65"
  255.                 name: "Grinderhaus"
  256.                 contact: { }
  257.                 location: {
  258.                     isFuzzed: true
  259.                     lat: 41.33890468775233
  260.                     lng: 1.9930466339203077
  261.                     distance: 173
  262.                     city: "St. Climent de Llobregat"
  263.                 }
  264.                 categories: [
  265.                     {
  266.                         id: "4bf58dd8d48988d103941735"
  267.                         name: "Home"
  268.                         pluralName: "Homes"
  269.                         shortName: "Home"
  270.                         icon: {
  271.                             prefix: "https://foursquare.com/img/categories/building/home_"
  272.                             sizes: [
  273.                                 32
  274.                                 44
  275.                                 64
  276.                                 88
  277.                                 256
  278.                             ]
  279.                             name: ".png"
  280.                         }
  281.                         primary: true
  282.                     }
  283.                 ]
  284.                 verified: false
  285.                 stats: {
  286.                     checkinsCount: 1
  287.                     usersCount: 1
  288.                     tipCount: 0
  289.                 }
  290.                 hereNow: {
  291.                     count: 0
  292.                 }
  293.             }
  294.             {
  295.                 id: "4e2ec0fde4cdb5a70d60f818"
  296.                 name: "Restaurant El Racó"
  297.                 contact: { }
  298.                 location: {
  299.                     lat: 41.336729
  300.                     lng: 1.996037
  301.                     distance: 219
  302.                     city: "Sant Climent de Llobregat"
  303.                     state: "Cataluña"
  304.                 }
  305.                 categories: [
  306.                     {
  307.                         id: "4bf58dd8d48988d1c4941735"
  308.                         name: "Restaurant"
  309.                         pluralName: "Restaurants"
  310.                         shortName: "Other - Food"
  311.                         icon: {
  312.                             prefix: "https://foursquare.com/img/categories/food/default_"
  313.                             sizes: [
  314.                                 32
  315.                                 44
  316.                                 64
  317.                                 88
  318.                                 256
  319.                             ]
  320.                             name: ".png"
  321.                         }
  322.                         primary: true
  323.                     }
  324.                 ]
  325.                 verified: false
  326.                 stats: {
  327.                     checkinsCount: 2
  328.                     usersCount: 2
  329.                     tipCount: 1
  330.                 }
  331.                 hereNow: {
  332.                     count: 0
  333.                 }
  334.             }
  335.             {
  336.                 id: "4cdeb5403644a093ffb64d9f"
  337.                 name: "Sant Climent"
  338.                 contact: { }
  339.                 location: {
  340.                     address: "Carrer Majir"
  341.                     lat: 41.33754
  342.                     lng: 1.996596
  343.                     distance: 170
  344.                     city: "Sant Climent de Llobregat"
  345.                     state: "CT"
  346.                 }
  347.                 categories: [
  348.                     {
  349.                         id: "4bf58dd8d48988d164941735"
  350.                         name: "Plaza"
  351.                         pluralName: "Plazas"
  352.                         shortName: "Plaza / Square"
  353.                         icon: {
  354.                             prefix: "https://foursquare.com/img/categories/parks_outdoors/default_"
  355.                             sizes: [
  356.                                 32
  357.                                 44
  358.                                 64
  359.                                 88
  360.                                 256
  361.                             ]
  362.                             name: ".png"
  363.                         }
  364.                         primary: true
  365.                     }
  366.                 ]
  367.                 verified: false
  368.                 stats: {
  369.                     checkinsCount: 18
  370.                     usersCount: 14
  371.                     tipCount: 0
  372.                 }
  373.                 hereNow: {
  374.                     count: 0
  375.                 }
  376.             }
  377.             {
  378.                 id: "4e18b3fc6284ea7246fb7afc"
  379.                 name: "El Petit Bonet"
  380.                 contact: { }
  381.                 location: {
  382.                     lat: 41.334093
  383.                     lng: 1.998152
  384.                     distance: 559
  385.                 }
  386.                 categories: [
  387.                     {
  388.                         id: "4bf58dd8d48988d1c4941735"
  389.                         name: "Restaurant"
  390.                         pluralName: "Restaurants"
  391.                         shortName: "Other - Food"
  392.                         icon: {
  393.                             prefix: "https://foursquare.com/img/categories/food/default_"
  394.                             sizes: [
  395.                                 32
  396.                                 44
  397.                                 64
  398.                                 88
  399.                                 256
  400.                             ]
  401.                             name: ".png"
  402.                         }
  403.                         primary: true
  404.                     }
  405.                 ]
  406.                 verified: false
  407.                 stats: {
  408.                     checkinsCount: 3
  409.                     usersCount: 3
  410.                     tipCount: 0
  411.                 }
  412.                 hereNow: {
  413.                     count: 0
  414.                 }
  415.             }
  416.             {
  417.                 id: "4e909d869a52db7dba57cd27"
  418.                 name: "El Raconet de Lola"
  419.                 contact: { }
  420.                 location: {
  421.                     lat: 41.337508
  422.                     lng: 1.99542
  423.                     distance: 120
  424.                     city: "Sant Climent de Llobregat"
  425.                     state: "Cataluña"
  426.                 }
  427.                 categories: [
  428.                     {
  429.                         id: "4bf58dd8d48988d1c7941735"
  430.                         name: "Snack Place"
  431.                         pluralName: "Snack Places"
  432.                         shortName: "Snacks"
  433.                         icon: {
  434.                             prefix: "https://foursquare.com/img/categories/food/default_"
  435.                             sizes: [
  436.                                 32
  437.                                 44
  438.                                 64
  439.                                 88
  440.                                 256
  441.                             ]
  442.                             name: ".png"
  443.                         }
  444.                         primary: true
  445.                     }
  446.                 ]
  447.                 verified: false
  448.                 stats: {
  449.                     checkinsCount: 1
  450.                     usersCount: 1
  451.                     tipCount: 0
  452.                 }
  453.                 hereNow: {
  454.                     count: 0
  455.                 }
  456.             }
  457.             {
  458.                 id: "4de5107ec65b7a3e215865c6"
  459.                 name: "En Casa"
  460.                 contact: { }
  461.                 location: {
  462.                     isFuzzed: true
  463.                     lat: 41.33890468775233
  464.                     lng: 1.9930466339203077
  465.                     distance: 173
  466.                     city: "Sant Climent de Llobregat"
  467.                     state: "Cataluña"
  468.                 }
  469.                 categories: [
  470.                     {
  471.                         id: "4bf58dd8d48988d103941735"
  472.                         name: "Home"
  473.                         pluralName: "Homes"
  474.                         shortName: "Home"
  475.                         icon: {
  476.                             prefix: "https://foursquare.com/img/categories/building/home_"
  477.                             sizes: [
  478.                                 32
  479.                                 44
  480.                                 64
  481.                                 88
  482.                                 256
  483.                             ]
  484.                             name: ".png"
  485.                         }
  486.                         primary: true
  487.                     }
  488.                 ]
  489.                 verified: false
  490.                 stats: {
  491.                     checkinsCount: 19
  492.                     usersCount: 3
  493.                     tipCount: 0
  494.                 }
  495.                 hereNow: {
  496.                     count: 0
  497.                 }
  498.             }
  499.             {
  500.                 id: "4e664301ae60e9edf75b5881"
  501.                 name: "Placa Francesc Macià"
  502.                 contact: { }
  503.                 location: {
  504.                     address: "Placa Francesc Macià"
  505.                     crossStreet: "Calle de Moll"
  506.                     lat: 41.337355
  507.                     lng: 1.996209
  508.                     distance: 164
  509.                     city: "Sant Climent de Llobregat"
  510.                     state: "Catalonia"
  511.                 }
  512.                 categories: [
  513.                     {
  514.                         id: "4bf58dd8d48988d164941735"
  515.                         name: "Plaza"
  516.                         pluralName: "Plazas"
  517.                         shortName: "Plaza / Square"
  518.                         icon: {
  519.                             prefix: "https://foursquare.com/img/categories/parks_outdoors/default_"
  520.                             sizes: [
  521.                                 32
  522.                                 44
  523.                                 64
  524.                                 88
  525.                                 256
  526.                             ]
  527.                             name: ".png"
  528.                         }
  529.                         primary: true
  530.                     }
  531.                 ]
  532.                 verified: false
  533.                 stats: {
  534.                     checkinsCount: 1
  535.                     usersCount: 1
  536.                     tipCount: 0
  537.                 }
  538.                 hereNow: {
  539.                     count: 0
  540.                 }
  541.             }
  542.             {
  543.                 id: "4c3ef897db3b1b8d42156695"
  544.                 name: "Nova Passarel•la De Sant Climent"
  545.                 contact: { }
  546.                 location: {
  547.                     address: "Pau Casals"
  548.                     crossStreet: "Camí de la Camariga"
  549.                     lat: 41.33758
  550.                     lng: 1.994024
  551.                     distance: 139
  552.                     city: "Sant Climent de Llobregat"
  553.                     state: "CT"
  554.                 }
  555.                 categories: [
  556.                     {
  557.                         id: "4bf58dd8d48988d1df941735"
  558.                         name: "Bridge"
  559.                         pluralName: "Bridges"
  560.                         shortName: "Bridge"
  561.                         icon: {
  562.                             prefix: "https://foursquare.com/img/categories/parks_outdoors/default_"
  563.                             sizes: [
  564.                                 32
  565.                                 44
  566.                                 64
  567.                                 88
  568.                                 256
  569.                             ]
  570.                             name: ".png"
  571.                         }
  572.                         primary: true
  573.                     }
  574.                 ]
  575.                 verified: false
  576.                 stats: {
  577.                     checkinsCount: 17
  578.                     usersCount: 4
  579.                     tipCount: 0
  580.                 }
  581.                 hereNow: {
  582.                     count: 0
  583.                 }
  584.             }
  585.             {
  586.                 id: "4e2d1cfbd164223a69930b5d"
  587.                 name: "Ajuntament Sant Climent de Llobregat"
  588.                 contact: { }
  589.                 location: {
  590.                     address: "Plaça de la Vila, 1"
  591.                     lat: 41.337448
  592.                     lng: 1.9958
  593.                     distance: 137
  594.                     city: "Sant Climent de Llobregat"
  595.                     state: "Cataluña"
  596.                 }
  597.                 categories: [
  598.                     {
  599.                         id: "4bf58dd8d48988d129941735"
  600.                         name: "City Hall"
  601.                         pluralName: "City Halls"
  602.                         shortName: "City Hall"
  603.                         icon: {
  604.                             prefix: "https://foursquare.com/img/categories/building/default_"
  605.                             sizes: [
  606.                                 32
  607.                                 44
  608.                                 64
  609.                                 88
  610.                                 256
  611.                             ]
  612.                             name: ".png"
  613.                         }
  614.                         primary: true
  615.                     }
  616.                 ]
  617.                 verified: false
  618.                 stats: {
  619.                     checkinsCount: 6
  620.                     usersCount: 2
  621.                     tipCount: 0
  622.                 }
  623.                 hereNow: {
  624.                     count: 0
  625.                 }
  626.             }
  627.             {
  628.                 id: "4dcefac0c65bdac713701770"
  629.                 name: "La Cirera Cocteleria"
  630.                 contact: { }
  631.                 location: {
  632.                     lat: 41.333956
  633.                     lng: 1.999193
  634.                     distance: 617
  635.                     city: "Sant Climent de Llobregat"
  636.                     state: "CT"
  637.                 }
  638.                 categories: [
  639.                     {
  640.                         id: "4bf58dd8d48988d11e941735"
  641.                         name: "Cocktail Bar"
  642.                         pluralName: "Cocktails Bars"
  643.                         shortName: "Cocktail"
  644.                         icon: {
  645.                             prefix: "https://foursquare.com/img/categories/nightlife/cocktails_"
  646.                             sizes: [
  647.                                 32
  648.                                 44
  649.                                 64
  650.                                 88
  651.                                 256
  652.                             ]
  653.                             name: ".png"
  654.                         }
  655.                         primary: true
  656.                     }
  657.                 ]
  658.                 verified: false
  659.                 stats: {
  660.                     checkinsCount: 1
  661.                     usersCount: 1
  662.                     tipCount: 0
  663.                 }
  664.                 hereNow: {
  665.                     count: 0
  666.                 }
  667.             }
  668.             {
  669.                 id: "4edcf826d3e346be375f891c"
  670.                 name: "iZ3"
  671.                 contact: { }
  672.                 location: {
  673.                     lat: 41.338436
  674.                     lng: 1.995268
  675.                     distance: 21
  676.                 }
  677.                 categories: [ ]
  678.                 verified: false
  679.                 stats: {
  680.                     checkinsCount: 0
  681.                     usersCount: 0
  682.                     tipCount: 0
  683.                 }
  684.                 hereNow: {
  685.                     count: 0
  686.                 }
  687.             }
  688.             {
  689.                 id: "4edcf84c722e1da3054d778c"
  690.                 name: "iZ3"
  691.                 contact: { }
  692.                 location: {
  693.                     lat: 41.338436
  694.                     lng: 1.995268
  695.                     distance: 21
  696.                 }
  697.                 categories: [ ]
  698.                 verified: false
  699.                 stats: {
  700.                     checkinsCount: 0
  701.                     usersCount: 0
  702.                     tipCount: 0
  703.                 }
  704.                 hereNow: {
  705.                     count: 0
  706.                 }
  707.             }
  708.             {
  709.                 id: "4ee8f14829c284f4bb49ea3b"
  710.                 name: "iZ3 / iZ3Solutions"
  711.                 contact: {
  712.                     twitter: "iz3solutions"
  713.                 }
  714.                 location: {
  715.                     address: "Costafustera 10"
  716.                     lat: 41.338429
  717.                     lng: 1.995108
  718.                     distance: 14
  719.                     postalCode: "08849"
  720.                     city: "Sant Climent del Llobregat"
  721.                     state: "Barcelona"
  722.                 }
  723.                 categories: [
  724.                     {
  725.                         id: "4bf58dd8d48988d125941735"
  726.                         name: "Tech Startup"
  727.                         pluralName: "Tech Startups"
  728.                         shortName: "Tech Startup"
  729.                         icon: {
  730.                             prefix: "https://foursquare.com/img/categories/shops/technology_"
  731.                             sizes: [
  732.                                 32
  733.                                 44
  734.                                 64
  735.                                 88
  736.                                 256
  737.                             ]
  738.                             name: ".png"
  739.                         }
  740.                         primary: true
  741.                     }
  742.                 ]
  743.                 verified: false
  744.                 stats: {
  745.                     checkinsCount: 0
  746.                     usersCount: 0
  747.                     tipCount: 0
  748.                 }
  749.                 hereNow: {
  750.                     count: 0
  751.                 }
  752.             }
  753.             {
  754.                 id: "4eeb6d88f9abe756b91b29ca"
  755.                 name: "Casal De Cultura"
  756.                 contact: { }
  757.                 location: {
  758.                     lat: 41.338073027486345
  759.                     lng: 1.9945784765592025
  760.                     distance: 68
  761.                 }
  762.                 categories: [
  763.                     {
  764.                         id: "4bf58dd8d48988d135941735"
  765.                         name: "Indie or Off Broadway Theater"
  766.                         pluralName: "Indie or Off Broadway Theaters"
  767.                         shortName: "Indie / Off Broadway"
  768.                         icon: {
  769.                             prefix: "https://foursquare.com/img/categories/arts_entertainment/default_"
  770.                             sizes: [
  771.                                 32
  772.                                 44
  773.                                 64
  774.                                 88
  775.                                 256
  776.                             ]
  777.                             name: ".png"
  778.                         }
  779.                         primary: true
  780.                     }
  781.                 ]
  782.                 verified: false
  783.                 stats: {
  784.                     checkinsCount: 1
  785.                     usersCount: 1
  786.                     tipCount: 0
  787.                 }
  788.                 hereNow: {
  789.                     count: 0
  790.                 }
  791.             }
  792.             {
  793.                 id: "4edde0479911a3e79130b7f1"
  794.                 name: "Ca La Marieta"
  795.                 contact: { }
  796.                 location: {
  797.                     lat: 41.33880487982989
  798.                     lng: 1.9958498743808861
  799.                     distance: 70
  800.                 }
  801.                 categories: [ ]
  802.                 verified: false
  803.                 stats: {
  804.                     checkinsCount: 1
  805.                     usersCount: 1
  806.                     tipCount: 1
  807.                 }
  808.                 hereNow: {
  809.                     count: 0
  810.                 }
  811.             }
  812.         ]
  813.     }
  814.  
  815. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement