GET /api/projects/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"id": 3,
"name": "Portfolio",
"imageurl": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/portfolio-v1/preview.webp",
"url": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/portfolio-v1/readme.mdx",
"areaid": 1,
"homepage": 1
},
{
"id": 2,
"name": "Ferme",
"imageurl": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/ferme/preview.webp\t",
"url": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/ferme/readme.mdx\t",
"areaid": 1,
"homepage": 1
},
{
"id": 1,
"name": "Onbreak",
"imageurl": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/onbreak/preview.webp",
"url": "https://github.com/Jaycedam/portfolio-mdx/raw/main/projects/onbreak/readme.mdx",
"areaid": 2,
"homepage": 1
}
]