Skip to content

Monitor Supplier

The Monitor Supplier endpoint allows you to retrieve contract information for a specific supplier identified by their INN (Individual Taxpayer Number).

GET https://api-v2.multitender.ru/contract/monitor-supplier44
Parameter NameRequiredDescription
supplierINNYesSupplier’s INN (Individual Taxpayer Number)
apikeyYesYour API key
formatNoResponse format (xml or json). Default: xml
skipNoStarting record number (default: 0)
limitNoNumber of records to return (default: 100, maximum: 200)
https://api-v2.multitender.ru/contract/monitor-supplier44?supplierInn=.....&apikey=.....
https://api-v2.multitender.ru/contract/monitor-supplier44?supplierInn=....&skip=200&limit=200&apikey=.....
https://api-v2.multitender.ru/contract/monitor-supplier44?supplierInn=....&skip=400&limit=200&apikey=.....

The response contains supplier information and a list of contracts. The structure varies slightly between XML and JSON formats.

<response>
<supplierINN>2360000401</supplierINN>
<supplierIName>ООО "НОВОСТРОЙ"</supplierIName>
<totalcount>79</totalcount>
<skip>0</skip>
<limit>200</limit>
<contracts>
<contract>
<regNum>3234401380524000020</regNum>
<purchaseNumber>0818600012224000291</purchaseNumber>
<purchaseCode>243234401380523440100100220014329244</purchaseCode>
<purchaseObjectInfo>Устройство ограждения площадки для КГО по ул. Толстого в ст. Новопокровской</purchaseObjectInfo>
<notificationPrice>772465.68</notificationPrice>
<deliveryTerm>2024-12-03+03:00</deliveryTerm>
<customerInn>2344013805</customerInn>
<customerName>АДМИНИСТРАЦИЯ НОВОПОКРОВСКОГО СЕЛЬСКОГО ПОСЕЛЕНИЯ НОВОПОКРОВСКОГО РАЙОНА</customerName>
<contractPrice>562851.86</contractPrice>
<signDate>2024-08-27</signDate>
<endDate>2024-12-03</endDate>
<contractStage>EC</contractStage>
<fulfilmentSum>551100</fulfilmentSum>
<paid>
<total>551100</total>
</paid>
<advanceInPercents>25.49</advanceInPercents>
<penaltiesTotal>10354.14</penaltiesTotal>
<penaltiesPayments>10354.14</penaltiesPayments>
<ContractStages>1</ContractStages>
<updateDate>2018-11-01</updateDate>
<subContractors>true</subContractors>
<subContractorsSum>1056640.80</subContractorsSum>
<purchaseContractGuarantee>176106.8</purchaseContractGuarantee>
<contractGuarantee>187854.1</contractGuarantee>
<bankSupportContractRequired>false</bankSupportContractRequired>
<treasurySupportContractRequired>false</treasurySupportContractRequired>
<budgetName>Бюджет Фонда социального страхования Российской Федерации</budgetName>
<OKTMO>04701000-город Красноярск</OKTMO>
<products>
<product>
<code>85.11.16.211</code>
<sum>481320</sum>
</product>
</products>
<terminationBoth>false</terminationBoth>
<terminationSupplier>false</terminationSupplier>
<terminationCostomer>true</terminationCostomer>
<terminationJudge>true</terminationJudge>
<terminationCourt>false</terminationCourt>
<bankGuaranteePayments>
<bankGuaranteePayment>
<paymentAmountRUR>502405.39</paymentAmountRUR>
<publishDate>2015-10-14</publishDate>
<requirementsDate>2015-09-24</requirementsDate>
<improperExecInfo>Ненадлежащее исполнение поставщиком обязательств, предусмотренных контрактом в размере 0,5 % цены контракта</improperExecInfo>
</bankGuaranteePayment>
</bankGuaranteePayments>
</contract>
</contracts>
</response>
FieldTypeRequiredDescriptionExample
supplierINNstringYesSupplier’s INN2360000401
supplierINamestringYesSupplier nameООО "НОВОСТРОЙ"
totalcountintYesTotal number of contracts found79
skipintYesStarting record number0
limitintYesNumber of records returned200
contractsarrayYesList of contracts (may be empty)-
FieldTypeRequiredDescriptionExample
regNumstringYesContract number, link to EIS3234401380524000020
purchaseNumberstringNoPurchase number, link to EIS0818600012224000291
purchaseCodestringNoPurchase identification code (IKZ)243234401380523440100100220014329244
purchaseObjectInfostringNoContract subject / Purchase objectУстройство ограждения площадки для КГО по ул. Толстого в ст. Новопокровской
notificationPricefloatNoInitial maximum contract price (NMCC), RUB772465.68
deliveryTermstringNoContract execution term2024-12-03+03:00
customerInnstringYesCustomer’s INN2344013805
customerNamestringYesCustomer nameАДМИНИСТРАЦИЯ НОВОПОКРОВСКОГО СЕЛЬСКОГО ПОСЕЛЕНИЯ НОВОПОКРОВСКОГО РАЙОНА
contractPricefloatNoContract price, RUB562851.86
signDatedate (YYYY-MM-DD)YesContract signing date2024-08-27
endDatedate (YYYY-MM-DD)NoContract execution end date2024-12-03
contractStagestringYesContract status. Possible values: EC (execution completed), ET (execution terminated), E (in execution), IN (registry entry annulled)EC
fulfilmentSumfloatNoCost of fulfilled obligations, RUB551100
paid.totalfloatNoActually paid, RUB551100
advanceInPercentsfloatNoAdvance payment, %25.49
penaltiesTotalfloatNoPenalties, RUB10354.14
penaltiesPaymentsfloatNoPenalty payments, RUB10354.14
ContractStagesintYesNumber of stages1
updateDatedate (YYYY-MM-DD)YesLast update date2018-11-01
subContractorsbooleanYesSubcontractor involvement in contract executiontrue
subContractorsSumfloatYesSubcontractor involvement volume, RUB1056640.80
purchaseContractGuaranteefloatNoPerformance guarantee amount from purchase, RUB176106.8
contractGuaranteefloatNoPerformance guarantee amount from contract, RUB187854.1
bankSupportContractRequiredbooleanYesBank support requiredfalse
treasurySupportContractRequiredbooleanYesTreasury support requiredfalse
budgetNamestringNoBudgetБюджет Фонда социального страхования Российской Федерации
OKTMOstringNoTerritory code04701000-город Красноярск
productsarrayNoContract items-
products[].codestringNoPosition by KTRU, OKPD285.11.16.211
products[].sumfloatNoItem amount481320
terminationBothbooleanYesContracts terminated by mutual agreement, RUBfalse
terminationSupplierbooleanYesContracts terminated by supplier’s unilateral refusal, RUBfalse
terminationCostomerbooleanYesContracts terminated by customer’s unilateral refusal, RUBtrue
terminationJudgebooleanYesContracts terminated by court decision, RUBtrue
terminationCourtbooleanYesContracts terminated for unknown reason, RUBfalse
bankGuaranteePaymentsarrayNoBank guarantee claims-
bankGuaranteePayments[].paymentAmountRURfloatNoClaim amount, RUB502405.39
bankGuaranteePayments[].publishDatedate (YYYY-MM-DD)NoClaim publication date2015-10-14
bankGuaranteePayments[].requirementsDatedate (YYYY-MM-DD)NoClaim date2015-09-24
bankGuaranteePayments[].improperExecInfostringNoClaim basisНенадлежащее исполнение поставщиком обязательств, предусмотренных контрактом в размере 0,5 % цены контракта

The API always returns HTTP status code 200 unless there are fatal server errors (e.g., 404).

Error Code: 401

Response: Некорректный API_KEY.

Error Code: 400

Response: Превышен лимит контрактов ... Разрешено ... макс.

This error occurs when the limit parameter exceeds the maximum allowed value of 200.

When server errors occur during data processing:

XML Format:

<data>
<error>server error</error>
</data>

JSON Format:

{
"error": "server error"
}

Empty fields are handled differently depending on the response format:

  • XML Format: Empty fields appear as self-closing tags, e.g., <paidTotal/>
  • JSON Format: Empty fields are set to null, e.g., "paidTotal": null
Multitender.ru