Hotel
Muestra la información básica de un hotel, como nombre del propietario, ubicación, etc.
https://api.clerk.im/hotel.{formato}
Formato
jSON
https://api.clerk.im/hotel.json
XML
https://api.clerk.im/hotel.xml
api_key Necesario | Su API Key en Clerk |
Ejemplo
URL
https://api.clerk.im/hotel.json?api_key=xxx
Response
{ - rsp: { - status: { msg: "OK" code: 200 } - hotel: { city: "Viña del Mar" name: "Clerk" updated_at: "2010-07-12T00:00:00Z" timezone: "Santiago" domain: "https://example.clerk.im" url: "www.clerkhotel.com" logo: https://example.clerk.im/images/logos/logo_1.jpg id: "7" phone: "+56-32-000000" fax: "+56-32-000000" address: "Internet" created_at: "2010-07-12T00:00:00Z" email: "info@clerk.im" } } }