Bu araç ne işe yarar?
Alan adı ve tip listesinden örnek JSON API response üretir. Frontend mock, dokümantasyon veya hızlı test için kullanılır.
Alan listesinden örnek JSON API response üret.
Alan adı ve tip listesinden örnek JSON API response üretir. Frontend mock, dokümantasyon veya hızlı test için kullanılır.
id:number
title:string
status:boolean
created_at:date
tags:array
{
"success": true,
"data": {
"id": 1,
"title": "example"
}
}
Mock response gerçek backend davranışını birebir temsil etmez; sadece yapı göstermek için kullanılır.