{"id":16302691,"url":"https://github.com/abdulrahman1s/fiverr-api","last_synced_at":"2025-04-06T15:30:44.621Z","repository":{"id":117570275,"uuid":"543854281","full_name":"abdulrahman1s/fiverr-api","owner":"abdulrahman1s","description":"Simple API to retrieve your data on fiverr.com","archived":false,"fork":false,"pushed_at":"2022-10-05T23:39:15.000Z","size":5,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T02:01:50.964Z","etag":null,"topics":["api","deno","fiverr","fiverr-api"],"latest_commit_sha":null,"homepage":"","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/abdulrahman1s.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}},"created_at":"2022-10-01T01:50:48.000Z","updated_at":"2024-05-03T00:21:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"87655a87-e8a1-42f3-b691-2eb660cd0c78","html_url":"https://github.com/abdulrahman1s/fiverr-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulrahman1s%2Ffiverr-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulrahman1s%2Ffiverr-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulrahman1s%2Ffiverr-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdulrahman1s%2Ffiverr-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdulrahman1s","download_url":"https://codeload.github.com/abdulrahman1s/fiverr-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247502753,"owners_count":20949322,"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":["api","deno","fiverr","fiverr-api"],"created_at":"2024-10-10T20:58:36.240Z","updated_at":"2025-04-06T15:30:44.615Z","avatar_url":"https://github.com/abdulrahman1s.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple API to retrieve your data on fiverr.com\n\n\n### Usage\n`https://abdulrahman1s-fiverr-api.deno.dev/{username}/reviews`\n```json\n[{\n\t\"reviews_count_as_buyer\": 1,\n\t\"id\": \"****\",\n\t\"comment\": \"Very helpfull and very fast working!\",\n\t\"username\": \"*****\",\n\t\"user_image_url\": \"*****\",\n\t\"created_at\": \"2022-09-05T15:27:39\",\n\t\"value\": 5,\n\t\"reviewer_country_code\": \"US\",\n\t\"reviewer_country\": \"United Stats\",\n\t\"encrypted_order_id\": \"**********\",\n\t\"score\": 0,\n\t\"repeat_buyer\": false,\n\t\"is_business\": false,\n\t\"gig_id\": 0,\n\t\"relevancy_score\": 0,\n\t\"price_range_end\": 0\n}]\n```\n\n\n`https://abdulrahman1s-fiverr-api.deno.dev/{username}/gigs`\n```json\n[\n  {\n    \"gig_id\": 221463976,\n    \"category_id\": 3,\n    \"sub_category_id\": 371,\n    \"nested_sub_category_id\": 0,\n    \"is_pro\": false,\n    \"is_featured\": false,\n    \"cached_slug\": \"\",\n    \"title\": \"\",\n    \"seller_name\": \"thepigg\",\n    \"seller_id\": 65155891,\n    \"seller_country\": \"US\",\n    \"seller_img\": \"\",\n    \"seller_online\": false,\n    \"is_new_arrival\": false,\n    \"status\": \"APPROVED\",\n    \"assets\": [\n      ...\n    ],\n    \"filtered_delivery_attachments\": [...],\n    \"choice_eligibilities\": null,\n    \"seller_languages\": [\n      {\n        \"code\": \"en\",\n        \"level\": 3\n      }\n    ],\n    \"recurring_options\": null,\n    \"metadata\": [\n      {\n        \"type\": \"asset_type\",\n        \"value\": [\n          \"emotes_badges\"\n        ]\n      },\n      {\n        \"type\": \"streaming_platform\",\n        \"value\": [\n          \"twitch\",\n          \"youtube\",\n          \"discord\"\n        ]\n      }\n    ],\n    \"personalized_pricing_fail\": false,\n    \"has_recurring_option\": false,\n    \"buying_review_rating_count\": 17,\n    \"buying_review_rating\": 5,\n    \"seller_url\": \"\",\n    \"seller_level\": \"\",\n    \"gig_url\": \"\",\n    \"is_seller_unavailable\": false,\n    \"price_i\": 5,\n    \"package_i\": 1,\n    \"extra_fast\": false,\n    \"num_of_packages\": 3,\n    \"gigQueryParams\": {}\n  }\n]\n```\n\n`https://abdulrahman1s-fiverr-api.deno.dev/{username}`\n```json\n{\n  \"user\": {\n    \"id\": 0,\n    \"username\": \"\",\n    \"one_liner\": null,\n    \"rating\": 5,\n    \"achievement\": null,\n    \"ratings_count\": 17,\n    \"country\": \"United States\",\n    \"member_since\": 1505606400,\n    \"is_on_vacation\": false,\n    \"is_pro\": false,\n    \"is_seller\": true,\n    \"has_profile_photo\": true,\n    \"profile_photo\": \"\",\n    \"custom_orders_allowed\": true,\n    \"is_ambassador\": false,\n    \"is_spotlight\": false,\n    \"allow_contact\": false,\n    \"response_time\": 1,\n    \"recent_delivery\": \"1 day\",\n    \"is_now_seller\": false,\n    \"is_eligible_to_become_studio_member\": false,\n    \"studio\": null,\n    \"vacation_message\": null,\n    \"vacation_end_date\": null,\n    \"proficient_languages\": [\n      {\n        \"name\": \"en\",\n        \"level\": 3\n      }\n    ],\n    \"has_rising_talent_gigs\": false,\n    \"country_code\": \"US\"\n  },\n  \"description\": \"\",\n  \"skills\": [...],\n  \"identities\": [\n    {\n      \"name\": \"google\"\n    }\n  ],\n  \"languages\": [\n    {\n      \"name\": \"en\",\n      \"level\": 3\n    }\n  ]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahman1s%2Ffiverr-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulrahman1s%2Ffiverr-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahman1s%2Ffiverr-api/lists"}