{"id":37177908,"url":"https://github.com/zaddok/formsite","last_synced_at":"2026-01-14T20:44:25.207Z","repository":{"id":57491820,"uuid":"166893262","full_name":"zaddok/formsite","owner":"zaddok","description":"A go module for fetching formsite data","archived":false,"fork":false,"pushed_at":"2019-03-22T03:00:14.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T10:13:18.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/zaddok.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}},"created_at":"2019-01-21T23:11:47.000Z","updated_at":"2019-03-22T03:00:15.000Z","dependencies_parsed_at":"2022-08-30T04:00:21.113Z","dependency_job_id":null,"html_url":"https://github.com/zaddok/formsite","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/zaddok/formsite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaddok%2Fformsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaddok%2Fformsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaddok%2Fformsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaddok%2Fformsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaddok","download_url":"https://codeload.github.com/zaddok/formsite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaddok%2Fformsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-14T20:44:24.552Z","updated_at":"2026-01-14T20:44:25.189Z","avatar_url":"https://github.com/zaddok.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formsite Golang API\n\nHow to use the formsite Go API:\n\n    api := formsite.NewFormsiteApi(\"https://fs22.formsite.com/api/users/myusername/forms\", \"myapikey\")\n    \n    // List all available forms\n    forms, err := api.GetForms()\n    if err != nil {\n            return err\n    }\n    for _, form := range forms {\n            fmt.Println(form)\n    }\n\n    // Get the first page of data from a form\n    results, err := api.GetResults(\"form22\", 1)\n        \n    // Get the next 5 form submissions, starting at particular response id\n    lastFetchedId := 104992\n    results, err := api.GetResults(\"form22\", lastFetchedId, 5)\n\n## Related links\n\n - Formsite API Documentation: https://support.formsite.com/hc/en-us/articles/360000288594-API\n - To find your API key and URL:\n    - go to a form you have created\n    - click on \"Settings\" for that form,\n    - click on \"Integrations\"\n    - click on \"Formsite API\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaddok%2Fformsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaddok%2Fformsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaddok%2Fformsite/lists"}