{"id":19619879,"url":"https://github.com/maxstalker/flow-public-endpoints","last_synced_at":"2025-08-08T02:06:08.664Z","repository":{"id":204017456,"uuid":"710872573","full_name":"MaxStalker/flow-public-endpoints","owner":"MaxStalker","description":"Call public functions and return public field values stored on Flow Blockchain contracts","archived":false,"fork":false,"pushed_at":"2023-10-27T18:54:23.000Z","size":1241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T18:41:45.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxStalker.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}},"created_at":"2023-10-27T16:06:32.000Z","updated_at":"2023-10-27T18:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b452943c-ec8a-4d8d-b21a-4a13ff040123","html_url":"https://github.com/MaxStalker/flow-public-endpoints","commit_stats":null,"previous_names":["maxstalker/flow-public-endpoints"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxStalker/flow-public-endpoints","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxStalker%2Fflow-public-endpoints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxStalker%2Fflow-public-endpoints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxStalker%2Fflow-public-endpoints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxStalker%2Fflow-public-endpoints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxStalker","download_url":"https://codeload.github.com/MaxStalker/flow-public-endpoints/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxStalker%2Fflow-public-endpoints/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269351910,"owners_count":24402678,"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-08T02:00:09.200Z","response_time":72,"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":[],"created_at":"2024-11-11T11:15:26.592Z","updated_at":"2025-08-08T02:06:08.614Z","avatar_url":"https://github.com/MaxStalker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nSometimes your app simply needs to read a value from one or several contracts and display it in UI.\nFlow Public Endpoints provide you this information by pulling it from chain using available Access\nnodes.\n\nTerminals can be used to fetch value without installing any extra dependencies.\n\n# How to use\n\nSend `POST` request with following fields in the body:\n\n- ~~network~~ _(currently only mainnet supported)_\n- contract name\n- address\n- list of arguments\n\n## Flovatar `getComponent`\n\n```bash\ncurl --request POST \\\n  --url https://flow-public-endpoints.onrender.com/mainnet/0x921ea449dffec68a/FlovatarComponent/getComponent \\\n  --header 'Content-Type: application/json' \\\n  --data '{\n\t\"args\": [\n\t\t{\n\t\t\t\"type\": \"Address\",\n\t\t\t\"value\": \"0x309c72eaa414cdc5\"\n\t\t},\n\t\t\t\t{\n\t\t\t\"type\": \"UInt64\",\n\t\t\t\"value\": \"62028\"\n\t\t}\n\t]\n}'\n```\n\n\n## FlovatarComponent `totalSupply`\n```bash\ncurl --request POST \\\n  --url https://flow-public-endpoints.onrender.com/mainnet/0x921ea449dffec68a/FlovatarComponent/totalSupply \\\n  --header 'Content-Type: application/json' \\\n  --data '{}'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxstalker%2Fflow-public-endpoints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxstalker%2Fflow-public-endpoints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxstalker%2Fflow-public-endpoints/lists"}