{"id":51252015,"url":"https://github.com/e0406370/markuapi","last_synced_at":"2026-06-29T07:32:20.639Z","repository":{"id":306919057,"uuid":"1027641239","full_name":"e0406370/markuapi","owner":"e0406370","description":"Web scraper API for Filmarks Animes, Filmarks Dramas, and Filmarks Movies.","archived":false,"fork":false,"pushed_at":"2026-04-05T03:13:25.000Z","size":733,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T03:20:07.081Z","etag":null,"topics":["beautifulsoup","bs4","fastapi","filmarks","filmarks-scraper","leapcell","python-scraper","scraper","scraper-api","serverless"],"latest_commit_sha":null,"homepage":"https://markuapi.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e0406370.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-28T10:07:38.000Z","updated_at":"2026-04-05T01:33:07.000Z","dependencies_parsed_at":"2025-07-28T13:14:54.382Z","dependency_job_id":"0704d33c-7214-4900-a90f-a259822dac46","html_url":"https://github.com/e0406370/markuapi","commit_stats":null,"previous_names":["e0406370/markuapi","e0406370/markuapiz"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/e0406370/markuapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0406370%2Fmarkuapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0406370%2Fmarkuapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0406370%2Fmarkuapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0406370%2Fmarkuapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e0406370","download_url":"https://codeload.github.com/e0406370/markuapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e0406370%2Fmarkuapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34918101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["beautifulsoup","bs4","fastapi","filmarks","filmarks-scraper","leapcell","python-scraper","scraper","scraper-api","serverless"],"created_at":"2026-06-29T07:32:20.552Z","updated_at":"2026-06-29T07:32:20.630Z","avatar_url":"https://github.com/e0406370.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## markuapi\n\n[![FastAPI](https://img.shields.io/badge/FastAPI-009485.svg?logo=fastapi\u0026logoColor=white)](https://fastapi.tiangolo.com/)\n[![Python](https://img.shields.io/badge/python-3.12-blue?logo=python\u0026logoColor=white\u0026label=Python)](https://www.python.org/downloads/release/python-3120/)\n[![Coverage](https://img.shields.io/badge/coverage-100%25-blue?logo=python\u0026logoColor=white\u0026label=Coverage)](https://markuapi-coverage-report.vercel.app/)\n[![license](https://img.shields.io/github/license/e0406370/markuapi)](https://github.com/e0406370/markuapi/blob/main/LICENSE)\n[![Run-tests-using-Pytest](https://github.com/e0406370/markuapi/actions/workflows/test.yml/badge.svg)](https://github.com/e0406370/markuapi/actions/workflows/test.yml)\n\n### Purpose\n\n`markuapi` is a serverless web scraper API providing structured access to **info**, **list**, **review**, and **search** endpoints for:\n- [Filmarks Animes (フィルマークス・アニメ)](https://filmarks.com/animes)\n- [Filmarks Dramas (フィルマークス・ドラマ)](https://filmarks.com/dramas)\n- [Filmarks Movies (フィルマークス・映画)](https://filmarks.com)\n\n---\n\n### API\n\n#### Leapcell (Primary)\n- Base URL:\n  ```sh\n  https://markuapi.apn.leapcell.app\n  ```\n\n- Redis caching of responses is implemented.\n\n- [Swagger](https://markuapi.apn.leapcell.app/docs)\n\n#### Vercel (Secondary)\n- Base URL:\n  ```sh\n  https://markuapi.vercel.app\n  ```\n\n- Redis caching of responses is **NOT** implemented.\n\n- [Swagger](https://markuapi.vercel.app/docs)\n\nRefer to the Swagger UI for the complete API documentation.\n\n---\n\n### Deployment\n\n#### Docker\n\n```sh\n  # builds image and runs container in the background\n  docker compose up -d --build\n\n  # follows the log output in real-time\n  docker compose logs -f\n\n  # stops and removes container\n  docker compose down\n```\n\n---\n\n### Development\n\n#### uv\n\n```sh\n  # syncs essential project dependencies\n  uv sync\n\n  # starts development server with hot reloading\n  uv run uvicorn src.app:app --reload\n```\n\n---\n\n### License\n\nThis project is licensed under the terms of the [MIT License](https://github.com/e0406370/markuapi/blob/main/LICENSE).\n\nThis project is neither affiliated with nor endorsed by Filmarks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0406370%2Fmarkuapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe0406370%2Fmarkuapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe0406370%2Fmarkuapi/lists"}