{"id":22812549,"url":"https://github.com/kalbhor/unofficial-quora-api","last_synced_at":"2026-03-09T23:02:45.443Z","repository":{"id":86419620,"uuid":"79665086","full_name":"kalbhor/Unofficial-Quora-API","owner":"kalbhor","description":":cake: Unofficial Quora API (outdated..)","archived":false,"fork":false,"pushed_at":"2017-05-07T13:39:46.000Z","size":10,"stargazers_count":19,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-21T10:48:24.886Z","etag":null,"topics":["api","flask","python","quora","rest"],"latest_commit_sha":null,"homepage":"","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/kalbhor.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}},"created_at":"2017-01-21T18:41:39.000Z","updated_at":"2025-08-07T15:19:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"19715cc3-2272-4cb8-bd99-b5b2f2337aad","html_url":"https://github.com/kalbhor/Unofficial-Quora-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kalbhor/Unofficial-Quora-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalbhor%2FUnofficial-Quora-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalbhor%2FUnofficial-Quora-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalbhor%2FUnofficial-Quora-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalbhor%2FUnofficial-Quora-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalbhor","download_url":"https://codeload.github.com/kalbhor/Unofficial-Quora-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalbhor%2FUnofficial-Quora-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273225309,"owners_count":25067265,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["api","flask","python","quora","rest"],"created_at":"2024-12-12T12:13:12.503Z","updated_at":"2026-03-09T23:02:40.414Z","avatar_url":"https://github.com/kalbhor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unofficial Quora API\n\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)\n\n\u003e An Unofficial REST API for [Quora](https://quora.com)\n\nThis is an attempt to revamp an [older](https://github.com/csu/quora-api) version of the unofficial API originally built by [Christopher](https://github.com/csu). \n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Endpoints](#endpoints)\n  - [/{user}](#user)\n  - [/{user}/questions](#userquestions)\n  - [/{user}/answers](#useranswers)\n  - [/{user}/posts](#userposts)\n  - [/{user}/followers](#userfollowers)\n  - [/{user}/following](#userfollowing)\n- [Contribute](#contribute)\n- [License](#license)\n\n\n## Installation\n\n### Source\n```sh\n$ git clone https://github.com/kalbhor/Unofficial-Quora-API\n$ cd Unofficial-Quora-API\n$ pip install -r requirements.txt \n```\n\n## Usage\n\n```sh\n$ python server.py \n```\n\n## Endpoints\n\n### /{user}\n\n\u003e Gets user information and urls related to user.\n\n#### GET /Lakshay-Kalbhor \n\n```\n{\n  \"count\": {\n    \"answers\": \"13\", \n    \"edits\": \"224\", \n    \"followers\": \"70\", \n    \"following\": \"112\", \n    \"posts\": \"0\", \n    \"questions\": \"17\"\n  }, \n  \"url\": {\n    \"activity\": \"https://www.quora.com/profile/Lakshay-Kalbhor/activity\", \n    \"answers\": \"https://www.quora.com/profile/Lakshay-Kalbhor\", \n    \"edits\": \"https://www.quora.com/profile/Lakshay-Kalbhor/log\", \n    \"followers\": \"https://www.quora.com/profile/Lakshay-Kalbhor/followers\", \n    \"following\": \"https://www.quora.com/profile/Lakshay-Kalbhor/following\", \n    \"posts\": \"https://www.quora.com/profile/Lakshay-Kalbhor/all_posts\", \n    \"questions\": \"https://www.quora.com/profile/Lakshay-Kalbhor/questions\"\n  }\n}\n```\n\n### /{user}/questions\n\n\u003e Gets recent questions asked by user and their urls.\n\n#### GET /Lakshay-Kalbhor/questions \n\n```\n{\n  \"count\": \"17\", \n  \"page\": \"https://www.quora.com/profile/Lakshay-Kalbhor/questions\", \n  \"recent\": [\n    \"How do North Koreans participate in online coding competitions?\", \n    \"How do I use CLRS to practice problems on SPOJ/Codeforces?\", \n    \"How should I learn to play the ukulele if I'm left handed?\"\n  ], \n  \"url\": [\n    \"https://www.quora.com/unanswered/How-do-North-Koreans-participate-in-online-coding-competitions\", \n    \"https://www.quora.com/How-do-I-use-CLRS-to-practice-problems-on-SPOJ-Codeforces\", \n    \"https://www.quora.com/How-should-I-learn-to-play-the-ukulele-if-Im-left-handed\"\n  ]\n}\n```\n\n### /{user}/answers\n\n\u003e Gets recent answers by user and their urls.\n\n#### GET /Lakshay-Kalbhor/answers \n\n```\n{\n  \"count\": \"13\", \n  \"page\": \"https://www.quora.com/profile/Lakshay-Kalbhor\", \n  \"recent\": [\n    \"What are the pros and cons of living in your city?\", \n    \"How should I begin learning Python?\", \n    \"Can I run selenium in background?\", \n    \"What are the best Python scripts you've ever written?\", \n    \"How do I scrape Flipkart or Amazon product reviews using code/API?\"\n  ], \n  \"upvotes\": [], \n  \"url\": [\n    \"https://www.quora.com/What-are-the-pros-and-cons-of-living-in-your-city\",  \n    \"https://www.quora.com/How-should-I-begin-learning-Python?no_redirect=1\", \n    \"https://www.quora.com/Can-I-run-selenium-in-background\", \n    \"https://www.quora.com/What-are-the-best-Python-scripts-youve-ever-written\", \n    \"https://www.quora.com/How-do-I-scrape-Flipkart-or-Amazon-product-reviews-using-code-API\"\n  ]\n}\n```\n\n### /{user}/posts\n\n\u003e Gets recent blog posts by users and their urls.\n\n#### GET /Lakshay-Kalbhor/posts \n\n```\n{\n  \"count\": \"0\", \n  \"page\": \"https://www.quora.com/profile/Lakshay-Kalbhor/all_posts\", \n  \"recent\": [], \n  \"upvotes\": [], \n  \"url\": []\n}\n```\n\n### /{user}/followers\n\n\u003e Gets information on the user's followers.\n\n#### GET /Lakshay-Kalbhor/followers \n\n```\n{\n  \"count\": \"70\", \n  \"url\": \"https://www.quora.com/profile/Lakshay-Kalbhor/followers\"\n}\n```\n\n### /{user}/following\n\n\u003e Gets information on the user's followed by the user.\n\n#### GET /Lakshay-Kalbhor/follwing \n\n```\n{\n  \"count\": \"112\", \n  \"url\": \"https://www.quora.com/profile/Lakshay-Kalbhor/following\"\n}\n```\n\n## Contribute\n\nFound an issue? Post it in the [issue tracker](https://github.com/kalbhor/Unofficial-Quora-API/issues). \u003cbr\u003e \nWant to add another awesome feature? [Fork](https://github.com/kalbhor/Unofficial-Quora-API/fork) this repository and add your feature, then send a pull request.\n\n## License\nThe MIT License (MIT)\nCopyright (c) 2017 Lakshay Kalbhor\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalbhor%2Funofficial-quora-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalbhor%2Funofficial-quora-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalbhor%2Funofficial-quora-api/lists"}