{"id":41328372,"url":"https://github.com/fcat97/QuranApi","last_synced_at":"2026-02-01T17:00:42.887Z","repository":{"id":143520077,"uuid":"402321088","full_name":"fcat97/QuranApi","owner":"fcat97","description":"A small API to add Quran with Tajweed Color in Android App","archived":false,"fork":false,"pushed_at":"2024-07-11T06:59:36.000Z","size":4645,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-11T09:22:12.973Z","etag":null,"topics":["android","android-api","android-library","quran","quran-api","quran-tajweed"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcat97.png","metadata":{"files":{"readme":"README.md","changelog":"changelog","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":"2021-09-02T06:54:59.000Z","updated_at":"2024-07-11T06:59:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfe2f4d5-a96a-4433-a23e-2be7ef76ebca","html_url":"https://github.com/fcat97/QuranApi","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/fcat97/QuranApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcat97%2FQuranApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcat97%2FQuranApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcat97%2FQuranApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcat97%2FQuranApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcat97","download_url":"https://codeload.github.com/fcat97/QuranApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcat97%2FQuranApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28983424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"last_error":"SSL_read: 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":["android","android-api","android-library","quran","quran-api","quran-tajweed"],"created_at":"2026-01-23T06:11:49.932Z","updated_at":"2026-02-01T17:00:42.883Z","avatar_url":"https://github.com/fcat97.png","language":"Kotlin","funding_links":[],"categories":["Quranic Text and Reading (386 projects)"],"sub_categories":["Kotlin"],"readme":"![Quran Api](https://github.com/fCat97/QuranApi/blob/main/images/cover.png?raw=true)\n\n\n# QuranApi [![](https://jitpack.io/v/fcat97/QuranApi.svg)](https://jitpack.io/#fcat97/QuranApi)\n\n\nA simple Api to implement Quran in Android.\n\n## Add To Project\n\n**Step 1.** Add the JitPack repository to your build file\n\nAdd it in your root build.gradle at the end of repositories:\n\n```gradle\nallprojects {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\n**Step 2.** Add the dependency. `version:` [![](https://jitpack.io/v/fcat97/QuranApi.svg)](https://jitpack.io/#fcat97/QuranApi)\n\n```gradle\ndependencies {\n    implementation 'com.github.fcat97:QuranApi:version'\n}\n```\n\nIf the only need is to add tajeeed colors, use the [TajweedApi](https://github.com/fcat97/tajweedApi): `version:` [![](https://jitpack.io/v/fcat97/tajweedApi.svg)](https://jitpack.io/#fcat97/tajweedApi)\n\n```gradle\ndependencies {\n    implementation 'com.github.fcat97:tajweedApi:version' // core parser\n    implementation 'com.github.fcat97:tajweedApi-android:version' // for android target\n}\n```\n\n## How to Use?\n\nYou can use as you wish. Here is a sample usage shown\n\n```kotlin\nval recyclerView = findViewById\u003cRecyclerView\u003e(R.id.textView)\nval adapter = Adapter()\nrecyclerView.adapter = adapter\n\nval api = QuranApi(this)\napi.getSurahAsync(2) { adapter.submitList(it.verses) }\n```\n\nFor details see the [How To](wiki/howTo.md) page.\nA fully functional app source is included in this repo.\n\n\u003e\n\nFeel free to fork and update. Just give me a PR...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcat97%2FQuranApi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcat97%2FQuranApi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcat97%2FQuranApi/lists"}