{"id":26560611,"url":"https://github.com/nickpolizogopoulos/time-loops-api","last_synced_at":"2026-04-07T16:32:58.031Z","repository":{"id":283477728,"uuid":"933315636","full_name":"nickpolizogopoulos/time-loops-api","owner":"nickpolizogopoulos","description":"Time Loops - Reliable API for Developers Who Demand Real Data","archived":false,"fork":false,"pushed_at":"2025-12-12T19:35:47.000Z","size":24689,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T09:57:49.898Z","etag":null,"topics":["daisyui","jsx","nextjs","postman-test","react","rest-api","restful-api","tailwind","tailwind-css","typescript","zod-validation"],"latest_commit_sha":null,"homepage":"https://timeloopsapi.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickpolizogopoulos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T17:03:20.000Z","updated_at":"2025-12-12T19:35:52.000Z","dependencies_parsed_at":"2025-04-27T11:29:09.306Z","dependency_job_id":null,"html_url":"https://github.com/nickpolizogopoulos/time-loops-api","commit_stats":null,"previous_names":["nickpolizogopoulos/time-loops-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickpolizogopoulos/time-loops-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpolizogopoulos%2Ftime-loops-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpolizogopoulos%2Ftime-loops-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpolizogopoulos%2Ftime-loops-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpolizogopoulos%2Ftime-loops-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickpolizogopoulos","download_url":"https://codeload.github.com/nickpolizogopoulos/time-loops-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpolizogopoulos%2Ftime-loops-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["daisyui","jsx","nextjs","postman-test","react","rest-api","restful-api","tailwind","tailwind-css","typescript","zod-validation"],"created_at":"2025-03-22T13:18:31.085Z","updated_at":"2026-04-07T16:32:58.004Z","avatar_url":"https://github.com/nickpolizogopoulos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Time Loops API\n\nPower your applications with real, accurate and up-to-date data with **Time Loops API**. A free, fast, reliable, and developer-friendly REST API that ensures seamless integration, delivering the information you need to build smarter, more efficient and scalable solutions effortlessly!\n\n[Jump in!](https://timeloopsapi.com/)\n\n## What You Get\n  - [**100 Music Albums**](https://timeloopsapi.com/albums): Timeless albums from renowned artists and bands.\n  - [**250 Quotes**](https://timeloopsapi.com/quotes): Iconic quotes from legendary figures.\n  - [**10 Skyscrapers**](https://timeloopsapi.com/skyscrapers): Historic skyscrapers that have shaped city skylines.\n  - [**50 Software Tools**:](https://timeloopsapi.com/software-tools): Revolutionary software tools that have transformed technology.\n\n## Getting Started\n\nTo begin using the Time Loops API:\n\n1. **Explore the Documentation**: Visit the [official documentation](https://timeloopsapi.com/docs) for detailed guides and endpoint information.\n2. **Try Endpoints**: Test the API directly in your browser. For example:\n   \n   - Retrieve details of a specific album:\n     ```\n     https://timeloopsapi.com/albums/6\n     ```\n   - Retrieve a quote:\n     ```\n     https://timeloopsapi.com/quotes/7\n     ```\n   - Retrieve details of a specific software tool:\n     ```\n     https://timeloopsapi.com/software-tools/8\n     ```\n\n## Full CRUD Support\n\nThe Time Loops API provides complete **CRUD** (Create, Read, Update, Delete) functionality, allowing seamless data management.  \n\n- **Create** → Add new records to the database.  \n- **Read** → Retrieve existing data via API endpoints.  \n- **Update** → Modify existing records with updated details.  \n- **Delete** → Remove records when no longer needed.  \n\nThis ensures flexibility and control over the data, making it easy to integrate into any application.  \n\u003csub\u003e***-Note***: The POST, PUT, PATCH and DELETE operations simulate real-world behavior but do not persist or modify data.\u003c/sub\u003e\n\n## Examples\n\nTry any of the snippers in your IDE.\n\n### GET Request\n```\nfetch('https://timeloopsapi.com/albums')\n  .then(response =\u003e response.json())\n  .then(data =\u003e console.log('Albums:', data))\n  .catch(error =\u003e console.error('Error:', error));\n```\n\n### POST Request\n```\nconst newAlbum = {\n  id: 1,  \n  title: 'Experience',  \n  artist: 'The Prodigy',  \n  description: 'Experience is the debut studio album by the Prodigy.',  \n  releaseDate: {  \n    day: 28,  \n    month: 'September',  \n    year: 1992,  \n  },  \n  genre: 'Electronic',  \n  label: [\n    {\n      name: 'XL Recordings',\n      link: 'https://en.wikipedia.org/wiki/XL_Recordings'\n    }\n  ],  \n  wiki: 'https://en.wikipedia.org/wiki/Experience_(The_Prodigy_album)',  \n};\n\nfetch('https://timeloopsapi.com/albums', {  \n  method: 'POST',  \n  body: JSON.stringify(newAlbum)  \n})  \n  .then(response =\u003e response.json())  \n  .then(data =\u003e console.log('New album added:', data))  \n  .catch(error =\u003e console.error('Error:', error));\n```\n\n### DELETE Request\n```\nfetch('https://timeloopsapi.com/software-tools/7', {\n  method: 'DELETE'\n})\n  .then(response =\u003e response.json())\n  .then(data =\u003e console.log('Software Tool deleted:', data))\n  .catch(error =\u003e console.error('Error:', error));\n```\n\n### PUT Request\n```\nconst updatedQuote =  {\n  quote: \"It is not that I'm so smart, it's just that I stay with problems longer\",\n  author: \"Albert Einstein\",\n  category: \"wisdom\"\n};\nfetch('https://timeloopsapi.com/quotes/1', {\n  method: 'PUT',\n  body: JSON.stringify(updatedQuote)\n})\n  .then(response =\u003e response.json())\n  .then(data =\u003e console.log('Updated Quote:', data))\n  .catch(error =\u003e console.error('Error:', error));\n```\n\n### PATCH Request\n```\nconst patchedSkyscraper =  {\n  subtitle: \"One WTC\"\n};\nfetch('https://timeloopsapi.com/skyscrapers/4', {\n  method: 'PATCH',\n  body: JSON.stringify(patchedSkyscraper)\n})\n  .then(response =\u003e response.json())\n  .then(data =\u003e console.log('Updated Skyscraper:', data))\n  .catch(error =\u003e console.error('Error:', error));","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpolizogopoulos%2Ftime-loops-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickpolizogopoulos%2Ftime-loops-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpolizogopoulos%2Ftime-loops-api/lists"}