After a request to the IPA I get a response in json format:

"meta": { "request": { "granularity": "Daily", "main_domain_only": false, "show_verified": true, "format": null, "domain": "sait.ru", "start_date": "2018-07-01", "end_date": "2018-07-31", "limit": null, "country": "world" }, "status": "Success", "last_updated": "2018-07-31" }, "visits": [ { "date": "2018-07-01", "visits": 211.6172665827583 } 

How to understand the number of visits? What does the point mean in visits: 211.6172665827583 ? How many visits are there? 211?

    1 answer 1

    Found the answer. The dot number is the result of machine learning. The number of visits in this answer will be 211. You need to use int (visits);