{"id":22778921,"url":"https://github.com/raulespim/wiki-api-sample","last_synced_at":"2026-04-11T03:02:48.945Z","repository":{"id":212009427,"uuid":"730483826","full_name":"raulespim/wiki-api-sample","owner":"raulespim","description":"Sample Wiki API for learning purposes","archived":false,"fork":false,"pushed_at":"2023-12-12T03:20:02.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:30:15.529Z","etag":null,"topics":["api","api-rest","express-js","mongodb","mongoose","node-js","rest-api","wiki"],"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/raulespim.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}},"created_at":"2023-12-12T02:55:12.000Z","updated_at":"2023-12-12T03:01:55.000Z","dependencies_parsed_at":"2023-12-12T04:36:53.427Z","dependency_job_id":null,"html_url":"https://github.com/raulespim/wiki-api-sample","commit_stats":null,"previous_names":["raedevbr/wiki-api-sample","raulespim/wiki-api-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raulespim/wiki-api-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulespim%2Fwiki-api-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulespim%2Fwiki-api-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulespim%2Fwiki-api-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulespim%2Fwiki-api-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulespim","download_url":"https://codeload.github.com/raulespim/wiki-api-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulespim%2Fwiki-api-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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","api-rest","express-js","mongodb","mongoose","node-js","rest-api","wiki"],"created_at":"2024-12-11T20:07:17.321Z","updated_at":"2026-04-11T03:02:48.921Z","avatar_url":"https://github.com/raulespim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wiki API - Sample\n\nThis is a project to learn how to build your own RESTful API from scratch using MongoDB and Mongoose\n\nYou'll be able to make a **GET, POST, PUT, PATCH** and **DELETE** requests\n\nExample of ***GET*** request from **'localhost:3000/articles'**:\n\n``` \n[\n    {\n        \"_id\": \"6577aea87f0271a2b848cc4e\",\n        \"title\": \"REST\",\n        \"content\": \"REST is short for Representational State Transfer. It's an architectural style for designing APIs.\"\n    },\n    {\n        \"_id\": \"6577af737f0271a2b848cc4f\",\n        \"title\": \"API\",\n        \"content\": \"API stands for Application Programming Interface. It is a set of subroutine definitions, communication protocols, and tools for building software.\"\n    },\n    {\n        \"_id\": \"6577c2bfe23c4100160c3592\",\n        \"title\": \"DOM\",\n        \"content\": \"The Document Object Model is like an API for interacting with our HTML\"\n    },\n    {\n        \"_id\": \"6577ca5a2f53e63b4b4d99d1\",\n        \"title\": \"Bootstrap\",\n        \"content\": \"Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.\",\n        \"__v\": 0\n    }\n]\n```\n\n*Hope you enjoy it* 🙃  \n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulespim%2Fwiki-api-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulespim%2Fwiki-api-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulespim%2Fwiki-api-sample/lists"}