{"id":16194413,"url":"https://github.com/muniftanjim/freecodecamp-api-projects","last_synced_at":"2025-04-07T15:44:55.360Z","repository":{"id":66188084,"uuid":"81681929","full_name":"MunifTanjim/freeCodeCamp-API-Projects","owner":"MunifTanjim","description":"(freeCodeCamp) API Projects","archived":false,"fork":false,"pushed_at":"2017-02-28T17:29:51.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T18:19:21.523Z","etag":null,"topics":["express","freecodecamp","javascript","pug"],"latest_commit_sha":null,"homepage":"https://api-projects-fcc-mt.herokuapp.com","language":"JavaScript","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/MunifTanjim.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},"funding":{"patreon":"MunifTanjim","custom":["https://www.buymeacoffee.com/muniftanjim"]}},"created_at":"2017-02-11T20:58:24.000Z","updated_at":"2017-11-30T05:00:36.000Z","dependencies_parsed_at":"2023-02-23T01:15:47.427Z","dependency_job_id":null,"html_url":"https://github.com/MunifTanjim/freeCodeCamp-API-Projects","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/MunifTanjim%2FfreeCodeCamp-API-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2FfreeCodeCamp-API-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2FfreeCodeCamp-API-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2FfreeCodeCamp-API-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunifTanjim","download_url":"https://codeload.github.com/MunifTanjim/freeCodeCamp-API-Projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247683767,"owners_count":20978932,"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":["express","freecodecamp","javascript","pug"],"created_at":"2024-10-10T08:19:16.382Z","updated_at":"2025-04-07T15:44:55.326Z","avatar_url":"https://github.com/MunifTanjim.png","language":"JavaScript","readme":"# (freeCodeCamp) API Projects\nby MunifTanjim\n\n## Live Demo\n__[(freeCodeCamp) API Projects - MunifTanjim](https://api-projects-fcc-mt.herokuapp.com/)__\n\n## API Documentation\n\n### [Timestamp Microservice](https://api-projects-fcc-mt.herokuapp.com/timestamp)\n\n__Base URL -\u003e__ `https://api-projects-fcc-mt.herokuapp.com/timestamp`\n\n| Description | Request Type | URL endpoint | Example |\n| :--- | :--- | :--- | :--- |\n| Converts unix timestamp to natural language date | [ GET ] | `/\u003cunix-timestamp\u003e` | `/1819821600` |\n| Converts natural language date to unix timestamp | [ GET ] | `/\u003cnatural-language-date\u003e` | `/September%2002,%202027` |\n\n freeCodeCamp challenge: [timestamp-microservice](https://www.freecodecamp.com/challenges/timestamp-microservice)\n\n### [Request Header Parser Microservice](https://api-projects-fcc-mt.herokuapp.com/request-header-parser)\n\n__Base URL -\u003e__ `https://api-projects-fcc-mt.herokuapp.com/request-header-parser`\n\n| Description | Request Type | URL endpoint | Example |\n| :--- | :--- | :--- | :--- |\n| Returns information from request header |[ GET ] | `/whoami` | `/whoami` |\n\nfreeCodeCamp challenge: [request-header-parser-microservice](https://www.freecodecamp.com/challenges/request-header-parser-microservice)\n\n### [URL Shortner Microservice](https://api-projects-fcc-mt.herokuapp.com/url-shortner)\n\n__Base URL -\u003e__ `https://api-projects-fcc-mt.herokuapp.com/url-shortner`\n\n| Description | Request Type | URL endpoint | Example |\n| :--- | :--- | :--- | :--- |\n| Redirects to main url | [ GET ] | `/\u003cshortcode\u003e` | `/2` |\n| Returns shorturl | [ GET ] | `/new/\u003curl\u003e` | `/new/https://www.freecodecamp.com` |\n\nfreeCodeCamp challenge: [url-shortener-microservice](https://www.freecodecamp.com/challenges/url-shortener-microservice)\n\n### [Image Search Abstraction Layer](https://api-projects-fcc-mt.herokuapp.com/image-search)\n\n__Base URL -\u003e__ `https://api-projects-fcc-mt.herokuapp.com/image-search`\n\n| Description | Request Type | URL endpoint | Example |\n| :--- | :--- | :--- | :--- |\n| Returns image search result | [ GET ] | `/search/\u003ckeyword\u003e` | `/search/cats` |\n| Returns image search result skipping offset number | [ GET ] | `/search/\u003ckeyword\u003e?offset=\u003cnumber\u003e` | `/search/cats?offset=27` |\n| Returns latest search terms | [ GET ] | `/latest` | `/latest` |\n\nfreeCodeCamp challenge: [image-search-abstraction-layer](https://www.freecodecamp.com/challenges/image-search-abstraction-layer)\n\n### [File Metadata Microservice](https://api-projects-fcc-mt.herokuapp.com/file-metadata)\n\n__Base URL -\u003e__ `https://api-projects-fcc-mt.herokuapp.com/file-metadata`\n\n| Description | Request Type | URL endpoint | Example |\n| :--- | :--- | :--- | :--- |\n| Returns uploaded file's size | [ POST ] | `/filesize` | Check live demo |\n\nfreeCodeCamp: [file-metadata-microservice](https://www.freecodecamp.com/challenges/file-metadata-microservice)\n","funding_links":["https://patreon.com/MunifTanjim","https://www.buymeacoffee.com/muniftanjim"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Ffreecodecamp-api-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuniftanjim%2Ffreecodecamp-api-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Ffreecodecamp-api-projects/lists"}