{
"data": [
{
"id": 1,
"name": "React.js",
"slug": "react-js",
"description": "A JavaScript library for building user interfaces",
"image_url": "https://example.com/images/react.jpg",
"logo_url": "https://example.com/logos/react.png",
"url": "https://reactjs.org",
"categories": [
{
"id": 1,
"title": "Frontend",
"parent_title": "Web Development"
}
],
"tags": [
{
"id": 1,
"title": "Open Source",
"slug": "open-source",
"color": "#3B82F6",
"text_color": "#FFFFFF",
"is_active": true
}
],
"listing_url": "https://your-directify-domain.com/app/1/projects/1/edit",
"is_active": true,
"is_featured": false,
"created_at": "2024-01-15T10:30:00.000000Z",
"updated_at": "2024-01-15T10:30:00.000000Z",
"pricing": "$0 - $100/month",
"job_type": "Full-time"
}
],
"links": {
"first": "https://your-directify-domain.com/api/directories/1/projects?page=1",
"last": "https://your-directify-domain.com/api/directories/1/projects?page=5",
"prev": null,
"next": "https://your-directify-domain.com/api/directories/1/projects?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 100,
"to": 100,
"total": 450
}
}