devs.upcitemdb.comUPC Lookup API | UPCitemdb

devs.upcitemdb.com Profile

devs.upcitemdb.com

Maindomain:upcitemdb.com

Title:UPC Lookup API | UPCitemdb

Description:UPC Lookup Database With over 333 million unique UPCEAN numbers UPCitemdbcom is the largest UPC lookup database where you can search a broad range of UPC numbers to find related product

Discover devs.upcitemdb.com website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

devs.upcitemdb.com Information

Website / Domain: devs.upcitemdb.com
HomePage size:20.351 KB
Page Load Time:0.554552 Seconds
Website IP Address: 34.226.177.158
Isp Server: Halliburton Company

devs.upcitemdb.com Ip Information

Ip Country: United States
City Name: Houston
Latitude: 29.698820114136
Longitude: -95.586791992188

devs.upcitemdb.com Keywords accounting

Keyword Count

devs.upcitemdb.com Httpheader

Server: openresty/1.17.4.1rc0
Date: Fri, 16 Oct 2020 10:11:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: max-age=0, private, must-revalidate
Content-Encoding: gzip
ETag: W/"5b9dfdca9a23290d4dd76c12a4ded105"
Set-Cookie: _system_session=WWNWb1kxVGNVTkZiNGxPQ3NLVWs1N3l5cTV6UnpCc2NYdXRkOVFadUNiRVlQT3hENXFIYTJUUjA1QXJ4WGxqdnk2OUp3M0FSa1NwanFwQWNReTQ0SGU1UVZzamZIR3FkUGZRQzN6MnIxRkJyeHV6RC9zUGNGdlBNaHFkYnVKSVVwcDhSSTU4Y2gydDlkVnQ4T3Z4ZW9nPT0tLVI3YTZ6VVRwRVJvY1N5MGFvVWFlTFE9PQ%3D%3D--d7b169662cfe89c6eb24c181c1fb41472d476771; path=/; secure; HttpOnly; SameSite=Lax
Strict-Transport-Security: max-age=15552000
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Request-Id: 6ef32f93877892d6ca74b9074c5c4d7b
X-Runtime: 0.126293
X-Served-By: mt13.va.3sca.net
X-XSS-Protection: 1; mode=block

devs.upcitemdb.com Meta Info

charset="utf-8"/
content="width=device-width, initial-scale=1.0" name="viewport"/
content="authenticity_token" name="csrf-param"
content="oFswkrqU6QR+kaB86365iWHrk2VfuSwIml5tz0AVm43hxwzYF1QyiRey9ITUrbnAZzCnuMEB8YyW9qiOH44/NA==" name="csrf-token"

34.226.177.158 Domains

Domain WebSite Title

devs.upcitemdb.com Similar Website

Domain WebSite Title
upcitemdb.comUPC Lookup UPCitemdb
devs.upcitemdb.comUPC Lookup API | UPCitemdb
upcinsurance.comKeeping the Promise | UPC Insurance
info.upcinsurance.comKeeping the Promise | UPC Insurance
upcmedical.comUPC Medical - All Things Acupuncture
portal.upcinsurance.comAgent and Broker Center | UPC Insurance
dmvfiles.orgLicense Plate Search - Free License Plate Lookup - Driving Records Lookup
insys.fcps.eduLookup
arapahoevoterlookup.arapahoegov.comVoter Lookup
getmyip.comGet My IP - What Is My IP Reverse IP - IP Lookup
lrv.nassaucountyny.govLandRecord Lookup
whois.icann.orgICANN Lookup
whois.nic.comWHOIS Lookup
trendspro.builtwith.comBuiltWith Technology Lookup
iml.slsheriff.orgInmate Lookup Tool

devs.upcitemdb.com Traffic Sources Chart

devs.upcitemdb.com Alexa Rank History Chart

devs.upcitemdb.com aleax

devs.upcitemdb.com Html To Plain Text

Toggle navigation UPCitemdb Plans ActiveDocs Documentation Sign in UPCitemdb API The simple RESTful API allows you to access our UPC database with any programming language. Now it's even better! You can run bulk lookup not only from Google Sheet Add-on , but from our Bulk Lookup Sheet . No more runtime limitation from G Suite. EXPLORER Free No Sign up required Full access JSON result, Google Spreadsheet 100 combined requests / day Bulk lookup: 50 per sheet Get Started DEV $ 99 / month Full access JSON result, Google Spreadsheet lookup – 20000 calls / day 600000 per month overage rate: $0.04 / 100 calls search – 2000 calls / day 60000 per month overage rate: $0.03 / 10 calls Bulk lookup: 2000 per sheet Signup DEV PRO $ 699 / month Full access JSON result, Google Spreadsheet lookup – 150000 calls / day 4500000 per month overage rate: $0.04 / 100 calls search – 20000 calls / day 600000 per month overage rate: $0.03 / 10 calls Bulk lookup: 2000 per sheet Signup PRO What does UPCitemdb API provide? UPCitemdb API provides the RESTful interface for you to access our UPC item database. The API currently provides two functions, lookup & search . Each function comes with two RESTful interfaces, HTTP GET and HTTP POST. What does the API response look like? For simplicity, UPCitemdb API produces response in JSON. There're only two type of reponses, one for success and one for error. The UPCitemdb API is served from API gateway, in rare case of gateway failure, the gateway might produce error response in html format. But the HTTP status code would be 5xx. What is lookup function? lookup function produces item's detail information for a given UPC, EAN, GTIN or ISBN. What is search function? search function produces array of items which match the given search phrases. You can also add brand and/or category phrase to filter the search results. How can I page through the search result? The maximum array length of the items in each response is 10 . The response contains attribute total and offset . Set the offset value in your continuous requests, you'll get the items from offset to offset + 10 . If offset is 0 , there is no more items. How do I know my API usage? Each API response includes headers X-RateLimit-Limit X-RateLimit-Remaining X-RateLimit-Reset . For plan Explorer, once daily X-RateLimit-Limit was reached, another header Retry-After , number in seconds, would be set based on X-RateLimit-Reset in unix timestamp. For paid plan, once X-RateLimit-Remaining hits 0 , another header X-RateLimit-Current will be set with your current usage for the sepcific function call. If you're on paid plan, you can also login to check the Statistic for usage report. The report graph is rounded to the nearest 10s or 100s per different function calls, while X-RateLimit-Remaining and X-RateLimit-Current reports the exact usage. What is overage rate? To avoid service interruption, we provide overage rate for every paid plan. Any requests that exceeds the limits for the specified period in each respective plan will be charged at the overage rate described in each plan. The overage fee will be rounded up to the nearest 10s or 100s hits based on the request type which is described in each plan and will be charged in each next billing cycle together with the monthly-based subscription fee. By default, extra requests over plans' daily limits will be rejected with HTTP status 429. If you wish to extend your account daily limit, please let us know. Overage charge might be incurred after increasing your account's daily limit. How secure is the API service? As you might noticed, all pages are served over HTTPS once you landing on the API page. Our credit card payment is powered by Stripe . No credit card data is stored in, or passes through any of our systems. You should keep your API key secret and always set your user_key in the HTTP request HEADER which is encrypted by HTTPS. What is the difference between the free EXPLORER and the paid plans? Our API service starts from the FREE plan EXPLORER which allows your application to send 100 requests per day. You have the same full access to our database as the paid plans. The requests and the responses are almost the same for both free and paid plan, except that the paid plan requires an API key ( user_key , key_type ) to be set in the request HEADER in order to access a different url path ( /prod/v1 vs /prod/trial ). The FREE plan doesn't require sign up. You can start sending request now. The API Explorer serves as an interactive document which helps you understand the API. For more details on each plan's capacity, please check the plan comparison . Why do I receive TOO_FAST when I did not hit the daily limit? To ensure fair usage, a Burst Limit is added to each plan on top of the Daily Limit . For plan DEV, the burst limits are measured in 30 seconds window. Your application is limited to 15 lookup requests and 5 search requests in that period. Once requests hit the burst limits, application should wait for the next 30 seconds window. Also, the response header fields X-RateLimit-xxx would provide the burst limit information instead of daily limit in this case. The burst limits are subject to change to better serve majority applications. Why did I receive an invoice when I did not make any request? Our paid plans are subscription-based. The subscription fee is billed immediately at the beginning of the month or at the beginning of any pro-rated billing period. We suggest you not to sign up for the paid plan during your evaluation or development phase. Why doesn't the API return the information from eBay while the web site shows it, ex. UPC 888462079525 ? upcitemdb.com participates eBay Partner Network. Bound by affiliate and network agreements, we're allowed to provide the sales information from eBay on our web site only but cannot redistribute the information. Failed to save credit card information? We're using Stripe as our payment gateway. If you kept receiving "Required parameter missing: token", the process might be blocked by your country's Border Firewall. You need to set up your browser with some proxy. What is your cancellation policy? You must notify UPCitemdb of your intent to cancel API Services at least 2 business days before your Billing Date. If notice is not received 2 business days before your Billing Date, you will continue to receive your subscription benefits until the end of the current billing period. You will not receive a refund of any portion of the subscription fees you paid for the current or prior billing periods. Business days are 8 AM to 6 PM PST, Monday through Friday, excluding nationally recognized holidays. Please refer Fees & Billing for more details. Cancellation must be performed by sending an email to api@upcitemdb.com specifying the account name and application name. For verification purpose, request must be sent from the account holder's email address or from the API account . Ready for the code? » Terms Privacy Fees & Billing Powered by 3scale © 2020 UPCitemdb API...

devs.upcitemdb.com Whois

"domain_name": "UPCITEMDB.COM", "registrar": "GoDaddy.com, LLC", "whois_server": "whois.godaddy.com", "referral_url": null, "updated_date": [ "2020-09-25 17:03:51", "2020-09-25 17:03:49" ], "creation_date": "2014-09-24 22:38:35", "expiration_date": "2021-09-24 22:38:35", "name_servers": [ "NS25.DOMAINCONTROL.COM", "NS26.DOMAINCONTROL.COM" ], "status": [ "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientRenewProhibited https://icann.org/epp#clientRenewProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited", "clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited", "clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited", "clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited", "clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited" ], "emails": [ "abuse@godaddy.com", "UPCITEMDB.COM@domainsbyproxy.com" ], "dnssec": "unsigned", "name": "Registration Private", "org": "Domains By Proxy, LLC", "address": [ "DomainsByProxy.com", "14455 N. Hayden Road" ], "city": "Scottsdale", "state": "Arizona", "zipcode": "85260", "country": "US"