{"id":20940728,"url":"https://github.com/ianmurrays/cines-api","last_synced_at":"2025-07-06T10:32:25.573Z","repository":{"id":5236408,"uuid":"6413467","full_name":"ianmurrays/cines-api","owner":"ianmurrays","description":"An attempt at an open JSON API with movie showtimes for chilean movie theaters.","archived":false,"fork":false,"pushed_at":"2012-10-27T03:34:37.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-13T03:29:54.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"coredump-ch/particle-ds18b20-firmware","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianmurrays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-27T03:28:17.000Z","updated_at":"2018-08-08T16:15:51.000Z","dependencies_parsed_at":"2022-08-26T12:50:21.265Z","dependency_job_id":null,"html_url":"https://github.com/ianmurrays/cines-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ianmurrays/cines-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2Fcines-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2Fcines-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2Fcines-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2Fcines-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianmurrays","download_url":"https://codeload.github.com/ianmurrays/cines-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2Fcines-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263885176,"owners_count":23525039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T23:11:40.522Z","updated_at":"2025-07-06T10:32:25.539Z","avatar_url":"https://github.com/ianmurrays.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cines API\n\nAn attempt at an open JSON API with movie showtimes for chilean movie theaters. Since none of the websites provide an API for this I thought I'd make my own.\n\n# Requirements\n\n  * Ruby 1.9.3 (though it might work on other versions)\n  * MongoDB\n\n# How to run it\n\nFirst, populate the DB by running:\n\n```\nrake update\n```\n\nThen run a local instance:\n\n```\nrake server\n```\n\nYou should be able to use any Rack-compatible server, since I included a config.ru file.\n\n# How to use it\n\nThe server has just two methods:\n\n### GET /theaters\n\nIt returns a list of theaters, along with their names and URLs:\n\n```\n[\n    {\n        \"id\": \"508b4bcf67e6e2a56e000001\",\n        \"name\": \"Alto las Condes\",\n        \"lat\": 0,\n        \"lng\": 0\n    },\n    {\n        \"id\": \"508b4bd067e6e2a56e000019\",\n        \"name\": \"Plaza Oeste\",\n        \"lat\": 0,\n        \"lng\": 0\n    }\n]\n```\n\n### GET /theaters/:id/movies\n\nReturns a list of movies on that theater, with their showtimes:\n\n```\n[\n    {\n        \"name\": \"(Pre) Siniestro (Subtitulada)\",\n        \"showtimes\": [\n            \"21:40\",\n            \"00:20\"\n        ]\n    },\n    {\n        \"name\": \"360  (Subtitulada)\",\n        \"showtimes\": [\n            \"19:45\"\n        ]\n    },\n]\n```\n\n# What's Next?\n\nIt currently only parses Cinemark and Cine Hoyts, so there's that. Here's a list of what's coming:\n\n  * Movie theater locations\n  * More movie theaters\n\n# Want to contribute?\n\nFork, create a feature branch and create a pull request.\n\n# License\n\nCopyright (C) 2012 Ian Murray\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmurrays%2Fcines-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianmurrays%2Fcines-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmurrays%2Fcines-api/lists"}