{"id":21017623,"url":"https://github.com/enginkizil/jqiplocation","last_synced_at":"2025-07-23T14:34:13.050Z","repository":{"id":6791109,"uuid":"8038448","full_name":"enginkizil/jqIpLocation","owner":"enginkizil","description":"jqIpLocation – jQuery Plugin that returns the location of an IP address in JSON format","archived":false,"fork":false,"pushed_at":"2017-08-21T20:09:25.000Z","size":42,"stargazers_count":19,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-15T05:35:30.946Z","etag":null,"topics":["city","country","ip","ip2location","jquery","jquery-plugin","json","latitude","location","longtitude"],"latest_commit_sha":null,"homepage":"http://jquery-plugins.net/jqIpLocation/jqIpLocation.html","language":"HTML","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/enginkizil.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":"2013-02-05T21:22:35.000Z","updated_at":"2022-10-19T22:12:41.000Z","dependencies_parsed_at":"2022-08-26T06:10:53.685Z","dependency_job_id":null,"html_url":"https://github.com/enginkizil/jqIpLocation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/enginkizil/jqIpLocation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginkizil%2FjqIpLocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginkizil%2FjqIpLocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginkizil%2FjqIpLocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginkizil%2FjqIpLocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enginkizil","download_url":"https://codeload.github.com/enginkizil/jqIpLocation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enginkizil%2FjqIpLocation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266694573,"owners_count":23969795,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["city","country","ip","ip2location","jquery","jquery-plugin","json","latitude","location","longtitude"],"created_at":"2024-11-19T10:20:17.480Z","updated_at":"2025-07-23T14:34:13.014Z","avatar_url":"https://github.com/enginkizil.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"jqIpLocation – jQuery IP Location Plugin\n============\n\n**jqIpLocation** is a jQuery Plugin that returns the location of an IP address in JSON format. You can get country, country code, city name, region name, latitude, longitude and zip code information about IP address location.\n\n[Plugin Homepage](http://jquery-plugins.net/jqIpLocation/jqIpLocation.html)\n\n[Demo](http://jquery-plugins.net/jqIpLocation/jqIpLocation_demo.html)\n\n\n## Usage\n1- Include the Javascript resources into you pages \u003chead\u003e\n\n     \u003cscript type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js\"\u003e\u003c/script\u003e\n     \u003cscript type=\"text/javascript\" src=\"jqIpLocation.js\"\u003e\u003c/script\u003e\n\n2- Add the Javascript that will returns you IP Location information in JSON format\n\n      $.jqIpLocation({\n         ip : '208.80.152.201',\n         success: function(location) {\t          \n            // location.country;\n            // location.countryCode;\n            // location.city;\n            ...\n         }\n       });\n    \n\n## Options\n\n- **ip**  : IP Address that you want to get location info. It's required\n\n\n## JSON Result\n\n- **location.country**   : Country Name\n- **location.countryCode**   : Country Code\n- **location.city**   : City Name\n- **location.regionName**   : Region Name\n- **location.lat**   : Latitude\n- **location.lon**   : Longitude\n- **location.zip**   : Zip Code\n\n\n## Demo\n\n[Plugin Homepage](http://jquery-plugins.net/jqIpLocation/jqIpLocation.html)\n\n[Demo](http://jquery-plugins.net/jqIpLocation/jqIpLocation_demo.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenginkizil%2Fjqiplocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenginkizil%2Fjqiplocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenginkizil%2Fjqiplocation/lists"}