{
  "slug": "yotsuyafood",
  "title": "四谷のランチ",
  "description": "四谷（コモレ四谷の周辺）で行けるお店とおすすめの一品。price は税込のだいたいの支払い額（円）で、?sort=price で安い順に並べられる。",
  "documentation": "/docs/yotsuyafood",
  "count": 19,
  "idField": "name",
  "idAliases": [],
  "fields": [
    "name",
    "genre",
    "recommend",
    "price",
    "comment"
  ],
  "searchFields": [
    "name",
    "genre",
    "recommend",
    "comment"
  ],
  "storage": "static",
  "endpoints": [
    {
      "path": "/yotsuyafood",
      "description": "このAPIのメタ情報"
    },
    {
      "path": "/yotsuyafood/all",
      "description": "全件取得",
      "query": [
        "limit",
        "offset",
        "sort",
        "order",
        "fields",
        "pretty"
      ]
    },
    {
      "path": "/yotsuyafood/random",
      "description": "ランダムに1件（?count=n で複数、?seed= で再現可能）",
      "query": [
        "count",
        "seed",
        "fields",
        "pretty"
      ]
    },
    {
      "path": "/yotsuyafood/search",
      "description": "部分一致検索（対象: name, genre, recommend, comment）",
      "query": [
        "q",
        "limit",
        "offset",
        "sort",
        "order",
        "fields",
        "pretty"
      ]
    },
    {
      "path": "/yotsuyafood/fields",
      "description": "フィールド名の一覧"
    },
    {
      "path": "/yotsuyafood/getName",
      "description": "そのフィールドの全件分の値（?id= を付けると1件分）",
      "query": [
        "id",
        "unique",
        "pretty"
      ]
    },
    {
      "path": "/yotsuyafood/:name",
      "description": "ID 指定で1件"
    },
    {
      "path": "/yotsuyafood/:name/:field",
      "description": "1件の特定フィールドだけ"
    }
  ],
  "examples": [
    "/yotsuyafood/random",
    "/yotsuyafood/search?q=%E3%81%9D%E3%81%B0",
    "/yotsuyafood/all?sort=price&fields=name,genre,price",
    "/yotsuyafood/getGenre?unique=1"
  ]
}