{"id":18824170,"url":"https://github.com/gastonpereyra/get-sheet-data","last_synced_at":"2026-04-28T18:02:40.361Z","repository":{"id":109751988,"uuid":"370847800","full_name":"gastonpereyra/get-sheet-data","owner":"gastonpereyra","description":"Create APIs to get data from Google Spread Sheet","archived":false,"fork":false,"pushed_at":"2021-05-26T00:06:32.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:33:13.256Z","etag":null,"topics":["api","excel","google","json","spreadsheet"],"latest_commit_sha":null,"homepage":"https://get-sheet-data.vercel.app/api/document","language":"JavaScript","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/gastonpereyra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-05-25T22:58:14.000Z","updated_at":"2021-09-11T20:33:11.000Z","dependencies_parsed_at":"2023-04-25T16:02:05.605Z","dependency_job_id":null,"html_url":"https://github.com/gastonpereyra/get-sheet-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gastonpereyra/get-sheet-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonpereyra%2Fget-sheet-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonpereyra%2Fget-sheet-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonpereyra%2Fget-sheet-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonpereyra%2Fget-sheet-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gastonpereyra","download_url":"https://codeload.github.com/gastonpereyra/get-sheet-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonpereyra%2Fget-sheet-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","excel","google","json","spreadsheet"],"created_at":"2024-11-08T00:55:46.485Z","updated_at":"2026-04-28T18:02:40.313Z","avatar_url":"https://github.com/gastonpereyra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Sheet Data\nCreate APIs to get data from *Google Spread Sheet*\n\n## Configuration\n\nTo use your *Google Spread Sheet* as an Database must follow these instructions:\n* Share your document with this email: `json-api@proto-rescuefy.iam.gserviceaccount.com`\n* First Row must be the key names\n* The other rows are the values\n* Sheet names is not allowed yet.\n\n## API\n\nBase URL: `https://get-sheet-data.vercel.app`\n\n### Get Document Data\n\n* Request:\n    * `google-id`: Google Spread-Sheet ID. `String`: Alphanumeric\n\n```\nGET - api/document/[google-id]\n\nexample: api/document/2ABtD2ndfB82XM0twWM3uomdsveMxykcEjBn7dQUFuBO\n```\n\n* Response:\n    * `object`:\n        * keys: `String`, Sheet Names\n        * values: `Array\u003cobject\u003e`, Rows\n\n```json\n{\n    \"Sheet0\": [\n        { \"name\": \"Tony\", \"lastname\": \"Stark\" },\n        { \"name\": \"Bruce\", \"lastname\": \"Wayne\" }\n    ],\n    \"Sheet1\": [\n        { \"name\": \"Natasha\", \"lastname\": \"Romanoff\" },\n        { \"name\": \"Diana\", \"lastname\": \"Price\" }\n    ]\n}\n```\n\n### Get Sheet in Document\n\n* Request:\n    * `google-id`: Google Spread-Sheet ID. `String`: Alphanumeric\n    * `sheet-number`: Number of the Sheet (first is 0). `Number`: Positive\n\n```\nGET - api/document/[google-id]/sheet/[sheet-number]\n\nexample: api/document/2ABtD2ndfB82XM0twWM3uomdsveMxykcEjBn7dQUFuBO/sheet/0\n```\n\n* Response:\n    * `object`:\n        * values: `Array\u003cobject\u003e`, Rows\n\n```json\n[\n    { \"name\": \"Tony\", \"lastname\": \"Stark\" },\n    { \"name\": \"Bruce\", \"lastname\": \"Wayne\" }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgastonpereyra%2Fget-sheet-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgastonpereyra%2Fget-sheet-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgastonpereyra%2Fget-sheet-data/lists"}