{"id":20285509,"url":"https://github.com/iftekheraziz/dynamic-website-using-api-and-json","last_synced_at":"2026-04-28T23:35:02.513Z","repository":{"id":170300744,"uuid":"605254635","full_name":"IftekherAziz/Dynamic-Website-Using-API-and-JSON","owner":"IftekherAziz","description":"Dynamic Website Using API and Json","archived":false,"fork":false,"pushed_at":"2023-02-23T17:56:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Main","last_synced_at":"2025-03-04T04:09:59.921Z","etag":null,"topics":["api","bootstrap5","css3","html5","javascript","json","modern-javascript"],"latest_commit_sha":null,"homepage":"","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/IftekherAziz.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":"2023-02-22T19:22:06.000Z","updated_at":"2023-05-28T10:52:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b81ab0d9-ee83-4b8f-b5ce-1311ed4982b9","html_url":"https://github.com/IftekherAziz/Dynamic-Website-Using-API-and-JSON","commit_stats":null,"previous_names":["iftekheraziz/dynamic-website-using-api-and-json"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IftekherAziz/Dynamic-Website-Using-API-and-JSON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDynamic-Website-Using-API-and-JSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDynamic-Website-Using-API-and-JSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDynamic-Website-Using-API-and-JSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDynamic-Website-Using-API-and-JSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IftekherAziz","download_url":"https://codeload.github.com/IftekherAziz/Dynamic-Website-Using-API-and-JSON/tar.gz/refs/heads/Main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IftekherAziz%2FDynamic-Website-Using-API-and-JSON/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268880289,"owners_count":24322851,"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-08-05T02:00:12.334Z","response_time":2576,"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","bootstrap5","css3","html5","javascript","json","modern-javascript"],"created_at":"2024-11-14T14:27:10.050Z","updated_at":"2026-04-28T23:35:02.456Z","avatar_url":"https://github.com/IftekherAziz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"// Quiz:\n\n1. API stands for-\n\n- Application Programming Interface\n\n2. Fill in the gap. fetch('https://jsonplaceholder.typicode.com/todo/1') .then(response =\u003e response ____?___ ).then(json =\u003e console.log(json))\n\n- .json()\n\n3. ____?____('https://jsonplaceholder.typicode.com/posts/1')\n   .then(res =\u003e res.json())\n   .then(json =\u003e console.log(json));\n\n- fetch\n\n4. What will be the output? \nconst stuInfo = JSON.stringify({ name: \"James\", roll: 3 }); \nconsole.log(stuInfo.name);\n\n- undefined\n\n5. What is the full form of JSON ? \n\n- JavaScript Object Notation\n\n6. What do you think about why we use the POST method ?\n\n- to send some data to a server \n\n7. headers: { 'Content-type':___?___  },\n What will be “Content-Type ” if you want to send data in JSON format?\n\n - 'application/json'\n\n 8. Which method will you use if you need to update a particular data?\n\n - Patch\n\n 9. What status code will you get If the API is not available?\n\n - 404\n\n 10. What status code will you get for a successful API call? \n\n - 200","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiftekheraziz%2Fdynamic-website-using-api-and-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiftekheraziz%2Fdynamic-website-using-api-and-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiftekheraziz%2Fdynamic-website-using-api-and-json/lists"}