{"id":14678864,"url":"https://github.com/Clement87/Pepito-API","last_synced_at":"2025-09-09T04:31:28.186Z","repository":{"id":255874117,"uuid":"853760977","full_name":"Clement87/Pepito-API","owner":"Clement87","description":"Events when PepitoTheCat is in or out","archived":false,"fork":false,"pushed_at":"2024-09-13T08:19:46.000Z","size":23,"stargazers_count":83,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-14T11:29:42.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clement87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-07T13:14:09.000Z","updated_at":"2024-09-13T08:19:49.000Z","dependencies_parsed_at":"2024-10-22T22:15:26.531Z","dependency_job_id":"7a4b9d9a-c344-493f-bd39-097f0874ac63","html_url":"https://github.com/Clement87/Pepito-API","commit_stats":null,"previous_names":["clement87/pepito-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clement87%2FPepito-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clement87%2FPepito-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clement87%2FPepito-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clement87%2FPepito-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clement87","download_url":"https://codeload.github.com/Clement87/Pepito-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232392513,"owners_count":18516362,"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-09-12T10:01:22.653Z","updated_at":"2025-09-09T04:31:28.172Z","avatar_url":"https://github.com/Clement87.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Pépito-API\n\n![Pépito](pepito.jpeg)\n\nThis is the documentation to use the Pépito API.  \nIt will let you know when Pépito is *in* or *out* with the corresponding picture.\n\n## Technical Information\n\n### SSE API (Real-time updates)\n\n**Endpoint**\n\n````\nhttps://api.thecatdoor.com/sse/v1/events\n````\n\n**Response Example**\n```json\n{\"event\":\"heartbeat\",\"time\":1725714568}\n{\"event\":\"heartbeat\",\"time\":1725714578}\n{\"event\":\"pepito\",\"type\":\"in\",\"time\":1725714575,\"img\":\"https://storage.thecatdoor.com/assets/1725714575-in-799154526.jpg\"}\n{\"event\":\"heartbeat\",\"time\":1725714588}\n{\"event\":\"heartbeat\",\"time\":1725714598}\n{\"event\":\"pepito\",\"type\":\"out\",\"time\":1725715521,\"img\":\"https://storage.thecatdoor.com/assets/1725715521-in-722148161.jpg\"}\n{\"event\":\"heartbeat\",\"time\":1725715532}\n```\n\n### REST API (Last status)\n\n**Endpoint**\n\n````\nhttps://api.thecatdoor.com/rest/v1/last-status\n````\n\n**Response Example**\n```json\n{\n    \"event\": \"pepito\",\n    \"type\": \"in\",\n    \"time\": 1753422874,\n    \"img\": \"https://storage.thecatdoor.com/assets/1753422874-in-181661935.jpg\"\n}\n```\n\nGo to [examples](./examples) to see some basic client examples.\n\n## Pépito's Accounts\n\n### Official\n\n* X - https://x.com/pepitothecat\n* TikTok - https://www.tiktok.com/@pepitothecat2007\n\n### Unofficial\n\n*Add yours here using PR or issue*\n* BlueSky - https://bsky.app/profile/pepitothe-cat.bsky.social\n* BlueSky - https://bsky.app/profile/pepitocat.bsky.social\n* Tumblr - https://www.tumblr.com/pepitothecat ([#6](https://github.com/Clement87/Pepito-API/issues/6))\n* Discord - [Discord Bot Invite](https://discord.com/oauth2/authorize?client_id=1369049895276777533) ([#7](https://github.com/Clement87/Pepito-API/pull/7) [Source Code](https://github.com/TheLonelyPug/Pepito-discord))\n* Mastodon - https://mastodon.social/@PepitoTheCat ([#2](https://github.com/Clement87/Pepito-API/issues/2))\n* Threads - https://www.threads.net/@pepito.thecat\n* Telegram - Bot name [@Pepito_IO_Bot](https://t.me/Pepito_IO_Bot) - https://github.com/sensifier/PEPITO\n* Is-Pepito-out frontend - [https://is-pepito-out.vercel.app/](https://is-pepito-out.vercel.app)\n\n## Usage Policy\n\nYou are free to use this API for non-commercial usage.  \nIf you use it to publish on a public platform (like Bluesky, Mastodon, Threads, etc.), you must specify that it's an unofficial account.  \nAdditionally, please add the account link to the list above.\n\n## Support\n\nFor any question, please submit an issue or send me a Private Message on [X](https://x.com/pepitothecat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClement87%2FPepito-API","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FClement87%2FPepito-API","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FClement87%2FPepito-API/lists"}