{"id":29551407,"url":"https://github.com/enesusta/istihza","last_synced_at":"2026-05-11T07:09:23.001Z","repository":{"id":97471465,"uuid":"271295251","full_name":"enesusta/istihza","owner":"enesusta","description":"istihza is a REST API that runs as native. You can use it whenever you need some fake data.","archived":false,"fork":false,"pushed_at":"2020-06-14T09:33:23.000Z","size":12310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T06:32:59.194Z","etag":null,"topics":["git","graalvm","java","native-executables","native-image","quarkus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enesusta.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,"zenodo":null}},"created_at":"2020-06-10T14:13:25.000Z","updated_at":"2020-07-12T01:05:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"85fb0187-6003-41a5-aba7-f97dde0b37b7","html_url":"https://github.com/enesusta/istihza","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/enesusta/istihza","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enesusta%2Fistihza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enesusta%2Fistihza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enesusta%2Fistihza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enesusta%2Fistihza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enesusta","download_url":"https://codeload.github.com/enesusta/istihza/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enesusta%2Fistihza/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268351446,"owners_count":24236409,"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-02T02:00:12.353Z","response_time":74,"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":["git","graalvm","java","native-executables","native-image","quarkus"],"created_at":"2025-07-18T04:05:54.068Z","updated_at":"2026-05-11T07:09:22.954Z","avatar_url":"https://github.com/enesusta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## istihza\n\n\u003cdiv align=\"center\"\u003e\n\n[![Build Status](https://travis-ci.com/enesusta/istihza.svg?branch=master)](https://travis-ci.com/enesusta/istihza)\n[![Coverage Status](https://coveralls.io/repos/github/enesusta/istihza/badge.svg)](https://coveralls.io/github/enesusta/istihza)\n[![javadoc](https://img.shields.io/badge/javadoc-1.0.3-green)](https://github.com/enesusta/mock-rest/tree/master/docs)\n\n\u003c/div\u003e\n\n### What is `istihza`? \n\u003e Istihza means **\"mock\"** on Turkish language.\n\n`istihza` is a *REST API* which `runs as native` that you can use whenever you need some fake data. It is written with GraalVM and Quarkus Framework.\n\nIstihza aims `mock REST API` for non-backend developers. It does not need any dependency or runtime environment (like nodejs). Just install from releases and add to your **$PATH** environment.\n\n\n### Examples\n\n#### Mock Human Data\n\n```javascript\nfetch('http://localhost:8080/humans')\n  .then(response =\u003e response.json())\n  .then(json =\u003e console.log(json))\n```\n\nIt returns JSON data as like listed below.\n\n\u003e **Note**: Response has **1000** object.\n\n\n```json\n[\n    {\n        \"id\": 1,\n        \"email\": \"mbartolomeoni0@mapy.cz\",\n        \"gender\": \"Female\",\n        \"first_name\": \"Marjorie\",\n        \"last_name\": \"Bartolomeoni\",\n        \"ip_address\": \"19.239.207.192\"\n    },\n    {\n        \"id\": 2,\n        \"email\": \"egummow1@nps.gov\",\n        \"gender\": \"Female\",\n        \"first_name\": \"Edyth\",\n        \"last_name\": \"Gummow\",\n        \"ip_address\": \"135.76.165.218\"\n    },\n    {\n        \"id\": 3,\n        \"email\": \"jdurrett2@google.cn\",\n        \"gender\": \"Male\",\n        \"first_name\": \"Jarrid\",\n        \"last_name\": \"Durrett\",\n        \"ip_address\": \"136.149.102.124\"\n    },\n    {\n        \"id\": 4,\n        \"email\": \"molsson3@hp.com\",\n        \"gender\": \"Female\",\n        \"first_name\": \"Marsiella\",\n        \"last_name\": \"Olsson\",\n        \"ip_address\": \"150.157.248.157\"\n    }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenesusta%2Fistihza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenesusta%2Fistihza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenesusta%2Fistihza/lists"}